On Mon, Sep 23, 2024 at 12:56 PM Roberto Torres <robe...@prohard.com.br> wrote:
> I installed Apache Guacamole following these steps: > > https://medium.com/@kunwarmahen/how-to-install-apache-guacamole-using-podman-on-ubuntu-1201b2698071 > > In addition to that, I'd look at the official documentation: https://guacamole.apache.org/doc/gug/guacamole-docker.html While it is written for Docker, the overall concepts for Podman should be similar. > It worked very well. But now I need to implement SAML authentication. > > I went into guacamole-client and made changes to > /home/guacamole/.guacamole/guacamole.properties > > When restarting the container, the settings are lost. > > You should avoid trying to modify guacamole.properties manually in a container environment - instead use the environment variables that will allow the container to generate its own configuration: https://guacamole.apache.org/doc/gug/guacamole-docker.html#saml-authentication -Nick