On Fri, Nov 26, 2021 at 5:50 AM Thomas Lawson <[email protected]> wrote:
> Hi all, > > I'm trying to implement OpenID to Guacamole to provide an SSO. > > I've added the openID .jar in the correct home/extensions location, and > added my config to guacamole.properties. > > The system is currently running in docker. I've stopped, removed and > rebuilt the container. If I exec into the front end, I can see the .jar > file is correctly mounted into the container, and the config file > includes OpenID configuration. > > Are you using the official Guacamole Docker images? If so you don't need to manually place a JAR file or anything like that - just define the required OpenID Docker environment variables and the script will do the work for you. You can find the currently-supported list of options, here: https://github.com/apache/guacamole-client/blob/c143c7cb5c73bcae51a4576c3bbe7d1d76ef7620/guacamole-docker/bin/start.sh#L556-L577 I'd suggest giving that a shot and see if you see the redirect to the OpenID IdP. -Nick
