File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
kernel-slim/helpers/build Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,9 @@ function main() {
8686 fi
8787
8888 if [[ -n " $SEC_SSO_PROVIDERS " ]]; then
89- cp $SNIPPETS_SOURCE /sso-features.xml $SNIPPETS_TARGET_DEFAULTS
89+ if [[ " $EXCLUDE_CONFIG_SSO_FEATURES " != " true" ]]; then
90+ cp $SNIPPETS_SOURCE /sso-features.xml $SNIPPETS_TARGET_DEFAULTS
91+ fi
9092 parseProviders $SEC_SSO_PROVIDERS
9193 fi
9294
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if [ -n "$INFINISPAN_SERVICE_NAME" ] || [ "${HZ_SESSION_CACHE}" == "client" ] ||
2020fi
2121
2222# SSO
23- if [[ -n " $SEC_SSO_PROVIDERS " ]]; then
23+ if [[ -n " $SEC_SSO_PROVIDERS " ]] && [[ " $EXCLUDE_CONFIG_SSO_FEATURES " != " true " ]] ; then
2424 cp $SNIPPETS_SOURCE /sso-features.xml $SNIPPETS_TARGET_DEFAULTS
2525fi
2626
You can’t perform that action at this time.
0 commit comments