mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-05 20:57:40 +00:00
GUACAMOLE-1322: fix SAML plugin loading
This commit is contained in:
committed by
Unknown
parent
27494d765e
commit
c8835338b0
@@ -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
|
||||
|
Reference in New Issue
Block a user