From ac7d39ba43785e4b5a2f8558ade11dc260ea552c Mon Sep 17 00:00:00 2001 From: Manuel Sommer Date: Thu, 18 Dec 2025 16:15:36 +0100 Subject: [PATCH] Add DD_SOCIAL_AUTH_CREATE_USER_MAPPING to docs --- docs/content/en/customize_dojo/user_management/configure_sso.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/en/customize_dojo/user_management/configure_sso.md b/docs/content/en/customize_dojo/user_management/configure_sso.md index 1aaed3b95b3..e86eb3fb1f5 100644 --- a/docs/content/en/customize_dojo/user_management/configure_sso.md +++ b/docs/content/en/customize_dojo/user_management/configure_sso.md @@ -557,6 +557,7 @@ You can also optionally set the following variables: {{< highlight python >}} DD_SOCIAL_AUTH_OIDC_ID_KEY=(str, ''), #the key associated with the OIDC user IDs DD_SOCIAL_AUTH_OIDC_USERNAME_KEY=(str, ''), #the key associated with the OIDC usernames + DD_SOCIAL_AUTH_CREATE_USER_MAPPING=(str, "username"), #could also be email or fullname DD_SOCIAL_AUTH_OIDC_WHITELISTED_DOMAINS=(list, ['']), #list of domains allowed for login DD_SOCIAL_AUTH_OIDC_JWT_ALGORITHMS=(list, ["RS256","HS256"]), DD_SOCIAL_AUTH_OIDC_ID_TOKEN_ISSUER=(str, ''),