Skip to content

Commit 6300fb4

Browse files
Maarten de Waardalexmv
authored andcommitted
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.
1 parent 6d6a822 commit 6300fb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ zulipConfiguration() {
274274
[ "$setting_key" = "AUTH_LDAP_USER_ATTR_MAP" ] || \
275275
[ "$setting_key" = "AUTH_LDAP_USER_FLAGS_BY_GROUP" ] || \
276276
[ "$setting_key" = "AUTH_LDAP_GROUP_TYPE" ] || \
277+
[ "$setting_key" = "SOCIAL_AUTH_OIDC_ENABLED_IDPS" ] || \
277278
{ [ "$setting_key" = "LDAP_APPEND_DOMAIN" ] && [ "$setting_var" = "None" ]; } || \
278279
[ "$setting_key" = "SECURE_PROXY_SSL_HEADER" ] || \
279280
[[ "$setting_key" = "CSRF_"* ]] || \

0 commit comments

Comments
 (0)