diff --git a/guacamole-docker/bin/start.sh b/guacamole-docker/bin/start.sh index af0175204..b172d5e25 100755 --- a/guacamole-docker/bin/start.sh +++ b/guacamole-docker/bin/start.sh @@ -1046,7 +1046,7 @@ if [ -n "$OPENID_AUTHORIZATION_ENDPOINT" ]; then fi # Use SAML if specified -if [ -n "$SAML_IDP_METADATA_URL" ]; then +if [ -n "$SAML_IDP_METADATA_URL" ] || [ -n "$SAML_ENTITY_ID" -a -n "$SAML_CALLBACK_URL" ]; then associate_saml INSTALLED_AUTH="$INSTALLED_AUTH saml" fi