diff --git a/guacamole-docker/bin/start.sh b/guacamole-docker/bin/start.sh index 7ea97bf73..76f8ffee4 100755 --- a/guacamole-docker/bin/start.sh +++ b/guacamole-docker/bin/start.sh @@ -749,17 +749,18 @@ END ## authentication provider, and configure it to connect to the specified SAML ## provider. ## + associate_saml() { # Verify required parameters are present if [ -z "$SAML_IDP_METADATA_URL" ] && \ - [ -z "$SAML_ENTITY_ID" -o -z "$SAML_CALLBACK_URL" ] + [ -z "$SAML_ENTITY_ID" -o -z "$SAML_CALLBACK_URL" -o -z "$SAML_IDP_URL" ] then cat <