Resolve OIDC_DISPLAY_NAME mismatch (#5479)

* fix: oidc name mismatch

* trigger ci
This commit is contained in:
Apoorv Mishra
2023-06-26 18:06:56 +05:30
committed by GitHub
parent edb9099c9d
commit 7314a71bf1
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ OIDC_USERINFO_URI=
OIDC_USERNAME_CLAIM=preferred_username OIDC_USERNAME_CLAIM=preferred_username
# Display name for OIDC authentication # Display name for OIDC authentication
OIDC_DISPLAY_NAME=OpenID OIDC_DISPLAY_NAME=OpenID Connect
# Space separated auth scopes. # Space separated auth scopes.
OIDC_SCOPES=openid profile email OIDC_SCOPES=openid profile email

View File

@@ -88,7 +88,7 @@
}, },
"OIDC_DISPLAY_NAME": { "OIDC_DISPLAY_NAME": {
"description": "Display name for OIDC authentication", "description": "Display name for OIDC authentication",
"value": "OpenID", "value": "OpenID Connect",
"required": false "required": false
}, },
"OIDC_SCOPES": { "OIDC_SCOPES": {