mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
Improve documentation of SSO_APPEND_DOMAIN.
(imported from commit b91893924c1f64958c361aa83bd042509c8beec6)
This commit is contained in:
@@ -20,8 +20,10 @@ AUTHENTICATION_BACKENDS = (
|
||||
# 'zproject.backends.GoogleBackend', # Google Apps
|
||||
)
|
||||
|
||||
# When using SSO: If REMOTE_USER only provides a username, append this domain
|
||||
# to the returned value.
|
||||
# If you are using the zproject.backends.ZulipRemoteUserBackend
|
||||
# authentication backend, set this to example.com if REMOTE_USER is
|
||||
# "username" and the corresponding email address is
|
||||
# "username@example.com".
|
||||
SSO_APPEND_DOMAIN = None
|
||||
|
||||
# Make session cookies expire when the browser closes
|
||||
|
||||
Reference in New Issue
Block a user