mirror of https://github.com/zulip/zulip.git
docs: Add note to SOCIAL_AUTH_SYNC_CUSTOM_ATTRS_DICT in settings.py.
This commit is contained in:
parent
8c1a1ea8db
commit
9841bb9522
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue