Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
1.4.0
-
None
-
None
-
Docker
Description
I've been trying to get the SAML extension working correctly in the latest 1.4.0 docker containers.
I've found that the start.sh script used to validate SAML parameters and load the SAML extension in the 1.4.0 release is incomplete. It looks like the update to this script was after the 1.4.0 release?
https://github.com/apache/guacamole-client/blob/1.4.0/guacamole-docker/bin/start.sh
The updated script to properly handle the SAML extension with Docker environment variables is in Master:
https://github.com/apache/guacamole-client/blob/master/guacamole-docker/bin/start.sh
This means that the image on dockerhub is not able to use the SAML extension when the properties are defined via docker environment variables.