From 7c97719907c002085e22b4dee1205146f5e1f3c7 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Thu, 26 Jun 2025 19:00:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(compose)=20Update=20deprecated=20U?= =?UTF-8?q?SER=5FOIDC=5FFIELD*=20variables=20in=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luca Weiss --- env.d/production.dist/backend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env.d/production.dist/backend b/env.d/production.dist/backend index e70f2c11..c4f70f86 100644 --- a/env.d/production.dist/backend +++ b/env.d/production.dist/backend @@ -43,8 +43,8 @@ OIDC_RP_CLIENT_ID= OIDC_RP_CLIENT_SECRET= OIDC_RP_SIGN_ALGO=RS256 OIDC_RP_SCOPES="openid email" -#USER_OIDC_FIELD_TO_SHORTNAME -#USER_OIDC_FIELDS_TO_FULLNAME +#OIDC_USERINFO_SHORTNAME_FIELD +#OIDC_USERINFO_FULLNAME_FIELDS LOGIN_REDIRECT_URL=https://${DOCS_HOST} LOGIN_REDIRECT_URL_FAILURE=https://${DOCS_HOST}