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:
Maarten de Waard
2022-03-21 13:08:27 +01:00
committed by Alex Vandiver
parent 6d6a822274
commit 6300fb4700

View File

@@ -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_"* ]] || \