We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c9de9 commit 7c97719Copy full SHA for 7c97719
env.d/production.dist/backend
@@ -43,8 +43,8 @@ OIDC_RP_CLIENT_ID=<client_id>
43
OIDC_RP_CLIENT_SECRET=<client secret>
44
OIDC_RP_SIGN_ALGO=RS256
45
OIDC_RP_SCOPES="openid email"
46
-#USER_OIDC_FIELD_TO_SHORTNAME
47
-#USER_OIDC_FIELDS_TO_FULLNAME
+#OIDC_USERINFO_SHORTNAME_FIELD
+#OIDC_USERINFO_FULLNAME_FIELDS
48
49
LOGIN_REDIRECT_URL=https://${DOCS_HOST}
50
LOGIN_REDIRECT_URL_FAILURE=https://${DOCS_HOST}
0 commit comments