diff --git a/frontend/js/app/nginx/proxy/form.ejs b/frontend/js/app/nginx/proxy/form.ejs
index 41acf6cb..6d8b484e 100644
--- a/frontend/js/app/nginx/proxy/form.ejs
+++ b/frontend/js/app/nginx/proxy/form.ejs
@@ -11,7 +11,7 @@
<%- i18n('all-hosts', 'locations') %>
<%- i18n('str', 'ssl') %>
<%- i18n('all-hosts', 'advanced') %>
- OpenID Connect
+ <%- i18n('proxy-hosts', 'oidc') %>
@@ -280,25 +280,25 @@
diff --git a/frontend/js/i18n/messages.json b/frontend/js/i18n/messages.json
index 9feb82d2..bfdc0725 100644
--- a/frontend/js/i18n/messages.json
+++ b/frontend/js/i18n/messages.json
@@ -130,7 +130,16 @@
"access-list": "Access List",
"allow-websocket-upgrade": "Websockets Support",
"ignore-invalid-upstream-ssl": "Ignore Invalid SSL",
- "custom-forward-host-help": "Use 1.1.1.1/path for sub-folder forwarding"
+ "custom-forward-host-help": "Use 1.1.1.1/path for sub-folder forwarding",
+ "oidc": "OpenID Connect",
+ "oidc-enabled": "Use OpenID Connect authentication",
+ "oidc-redirect-uri": "Redirect URI",
+ "oidc-discovery-endpoint": "Well-known discovery endpoint",
+ "oidc-token-auth-method": "Token endpoint auth method",
+ "oidc-client-id": "Client ID",
+ "oidc-client-secret": "Client secret",
+ "oidc-allow-only-emails": "Allow only these user emails",
+ "oidc-allowed-emails": "Allowed email addresses"
},
"redirection-hosts": {
"title": "Redirection Hosts",