On Fri, Sep 19, 2025 at 1:54 PM Dan Slauter <[email protected]> wrote:
> I figured this out, I was mapping extensions to change some of the > branding and for some reason that breaks logins. > > > > - /opt/guacamole/extensions:/opt/guacamole/extensions > > > > Once I removed that, everything with the exception of SAML works > > > Hello, Dan, Thank you for posting back about how you resolved this. The manual does contain this section on the use of custom extensions (like branding) with a container-based approach: https://guacamole.apache.org/doc/gug/guacamole-docker.html#custom-extensions-and-guacamole-home Basically, what you should be able to do is: * Create a folder to map through that contains an "extensions/" folder with your branding extension. * Set the GUACAMOLE_HOME variable for the container to the location of that folder within the container. * The container will do the work of copying out the contents of that into a temporary folder that will actually be used as the GUACAMOLE_HOME, and your branding extension should get copied over and loaded. -Nick >
