diff --git a/.env.sample b/.env.sample index 2bc522ef1..3194f024c 100644 --- a/.env.sample +++ b/.env.sample @@ -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 diff --git a/app.json b/app.json index a06297455..f5eece7b3 100644 --- a/app.json +++ b/app.json @@ -88,7 +88,7 @@ }, "OIDC_DISPLAY_NAME": { "description": "Display name for OIDC authentication", - "value": "OpenID", + "value": "OpenID Connect", "required": false }, "OIDC_SCOPES": {