Skip to content

Commit 7c97719

Browse files
committed
📝(compose) Update deprecated USER_OIDC_FIELD* variables in example
Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
1 parent d0c9de9 commit 7c97719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

env.d/production.dist/backend

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ OIDC_RP_CLIENT_ID=<client_id>
4343
OIDC_RP_CLIENT_SECRET=<client secret>
4444
OIDC_RP_SIGN_ALGO=RS256
4545
OIDC_RP_SCOPES="openid email"
46-
#USER_OIDC_FIELD_TO_SHORTNAME
47-
#USER_OIDC_FIELDS_TO_FULLNAME
46+
#OIDC_USERINFO_SHORTNAME_FIELD
47+
#OIDC_USERINFO_FULLNAME_FIELDS
4848

4949
LOGIN_REDIRECT_URL=https://${DOCS_HOST}
5050
LOGIN_REDIRECT_URL_FAILURE=https://${DOCS_HOST}

0 commit comments

Comments
 (0)