Skip to content

Commit 26fba7f

Browse files
Add DD_SOCIAL_AUTH_CREATE_USER_MAPPING to docs (#13929)
1 parent b3049f9 commit 26fba7f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/content/en/customize_dojo/user_management/configure_sso.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,7 @@ You can also optionally set the following variables:
557557
{{< highlight python >}}
558558
DD_SOCIAL_AUTH_OIDC_ID_KEY=(str, ''), #the key associated with the OIDC user IDs
559559
DD_SOCIAL_AUTH_OIDC_USERNAME_KEY=(str, ''), #the key associated with the OIDC usernames
560+
DD_SOCIAL_AUTH_CREATE_USER_MAPPING=(str, "username"), #could also be email or fullname
560561
DD_SOCIAL_AUTH_OIDC_WHITELISTED_DOMAINS=(list, ['']), #list of domains allowed for login
561562
DD_SOCIAL_AUTH_OIDC_JWT_ALGORITHMS=(list, ["RS256","HS256"]),
562563
DD_SOCIAL_AUTH_OIDC_ID_TOKEN_ISSUER=(str, ''),

0 commit comments

Comments
 (0)