diff --git a/dashboard/src/views/user-settings.html b/dashboard/src/views/user-settings.html index 49718fdcf..e15b1b5eb 100644 --- a/dashboard/src/views/user-settings.html +++ b/dashboard/src/views/user-settings.html @@ -480,26 +480,6 @@ {{ 'oidc.env.discoveryUrl' | tr }} https://{{ config.adminFqdn }}/.well-known/openid-configuration - - {{ 'oidc.env.authEndpoint' | tr }} - https://{{ config.adminFqdn }}/openid/auth - - - {{ 'oidc.env.tokenEndpoint' | tr }} - https://{{ config.adminFqdn }}/openid/token - - - {{ 'oidc.env.keysEndpoint' | tr }} - https://{{ config.adminFqdn }}/openid/jwks - - - {{ 'oidc.env.profileEndpoint' | tr }} - https://{{ config.adminFqdn }}/openid/me - - - {{ 'oidc.env.logoutUrl' | tr }} - https://{{ config.adminFqdn }}/openid/session/end -