diff --git a/frontend/js/app/nginx/proxy/form.ejs b/frontend/js/app/nginx/proxy/form.ejs
index 4cbaec53..d907b6f8 100644
--- a/frontend/js/app/nginx/proxy/form.ejs
+++ b/frontend/js/app/nginx/proxy/form.ejs
@@ -10,7 +10,7 @@
<%- i18n('all-hosts', 'locations') %>
<%- i18n('str', 'ssl') %>
<%- i18n('all-hosts', 'advanced') %>
- OpenID Connect
+ <%- i18n('proxy-hosts', 'oidc') %>
@@ -187,25 +187,25 @@
diff --git a/frontend/js/i18n/messages.json b/frontend/js/i18n/messages.json
index 7b5205ab..5164b219 100644
--- a/frontend/js/i18n/messages.json
+++ b/frontend/js/i18n/messages.json
@@ -118,7 +118,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",