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
# Display name for OIDC authentication
OIDC_DISPLAY_NAME=OpenID
OIDC_DISPLAY_NAME=OpenID Connect
# Space separated auth scopes.
OIDC_SCOPES=openid profile email