docs: Add note to SOCIAL_AUTH_SYNC_CUSTOM_ATTRS_DICT in settings.py.

This commit is contained in:
Mateusz Mandera 2024-08-03 21:35:59 +02:00 committed by Tim Abbott
parent 8c1a1ea8db
commit 9841bb9522
1 changed files with 3 additions and 0 deletions

View File

@ -508,6 +508,9 @@ SOCIAL_AUTH_SAML_SUPPORT_CONTACT = {
"emailAddress": ZULIP_ADMINISTRATOR,
}
## Note: Any additional SAML attributes that'll be used here must be
## listed in the "extra_attrs" field in the SOCIAL_AUTH_SAML_ENABLED_IDPS
## configuration for your IdP.
# SOCIAL_AUTH_SYNC_CUSTOM_ATTRS_DICT = {
# "example_org": {
# "saml": {