mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-23 04:51:58 +00:00
config: Add SOCIAL_AUTH_OIDC_ENABLED_IDPS.
`SOCIAL_AUTH_OIDC_ENABLED_IDPS` is a dict; add it to the list of settings that are not strings.
This commit is contained in:
committed by
Alex Vandiver
parent
6d6a822274
commit
6300fb4700
@@ -274,6 +274,7 @@ zulipConfiguration() {
|
||||
[ "$setting_key" = "AUTH_LDAP_USER_ATTR_MAP" ] || \
|
||||
[ "$setting_key" = "AUTH_LDAP_USER_FLAGS_BY_GROUP" ] || \
|
||||
[ "$setting_key" = "AUTH_LDAP_GROUP_TYPE" ] || \
|
||||
[ "$setting_key" = "SOCIAL_AUTH_OIDC_ENABLED_IDPS" ] || \
|
||||
{ [ "$setting_key" = "LDAP_APPEND_DOMAIN" ] && [ "$setting_var" = "None" ]; } || \
|
||||
[ "$setting_key" = "SECURE_PROXY_SSL_HEADER" ] || \
|
||||
[[ "$setting_key" = "CSRF_"* ]] || \
|
||||
|
Reference in New Issue
Block a user