From 7314a71bf1efc6ab353e38f4182341f2a420c0c9 Mon Sep 17 00:00:00 2001 From: Apoorv Mishra Date: Mon, 26 Jun 2023 18:06:56 +0530 Subject: [PATCH] Resolve `OIDC_DISPLAY_NAME` mismatch (#5479) * fix: oidc name mismatch * trigger ci --- .env.sample | 2 +- app.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {