GUACAMOLE-1322: Merge fix SAML plugin loading in Docker

This commit is contained in:
Virtually Nick
2022-04-09 13:55:20 -04:00
committed by GitHub

View File

@@ -1046,7 +1046,7 @@ if [ -n "$OPENID_AUTHORIZATION_ENDPOINT" ]; then
fi fi
# Use SAML if specified # 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 associate_saml
INSTALLED_AUTH="$INSTALLED_AUTH saml" INSTALLED_AUTH="$INSTALLED_AUTH saml"
fi fi