Consider SOCIAL_AUTH_SAML_ENABLED_IDPS as array in entrypoint.sh

This commit is contained in:
Mursith
2023-06-19 13:47:09 +05:30
committed by Alex Vandiver
parent e818755a47
commit cb6b6ce2c2

View File

@@ -290,6 +290,7 @@ zulipConfiguration() {
[ "$setting_key" = "AUTH_LDAP_USER_FLAGS_BY_GROUP" ] || \
[ "$setting_key" = "AUTH_LDAP_GROUP_TYPE" ] || \
[ "$setting_key" = "SOCIAL_AUTH_OIDC_ENABLED_IDPS" ] || \
[ "$setting_key" = "SOCIAL_AUTH_SAML_ENABLED_IDPS" ] || \
{ [ "$setting_key" = "LDAP_APPEND_DOMAIN" ] && [ "$setting_var" = "None" ]; } || \
[ "$setting_key" = "SECURE_PROXY_SSL_HEADER" ] || \
[[ "$setting_key" = "CSRF_"* ]] || \