Hi Roberto,
You should follow the instructions posted at
https://guacamole.apache.org/doc/gug/guacamole-docker.html#saml-authentication
for configuring your container with the SAML settings (regardless of if you are
using podman, you can set the same environment variables in the container for
I use this API wrapper to update passwords over the Guacamole API
Pip Package: https://pypi.org/project/guacamole-api-wrapper/
GitLab Repo: https://gitlab.com/gacybercenter/open/guacamole-api-wrapper
This will be some pseudo-code to do it:
"""
This script updates the password of a user in Apache
Hi!
I want to expand a little bit on this idea. My intention is to run the client
in a centralized location (e.g. the cloud), and have multiple daemons deployed
in remote locations, with the hosts in a location not accessible over the
internet. For example, to connect to a host in a given locat
Hi!
I have a very similar setup, and for me it was a combination of thigs (nginx
configs, saml configs, etc).
This is a part of my guacamole setup in compose for reference:
initdb:
image: docker.io/guacamole/guacamole:1.5.3
user: root
command: bash -c "/opt/guacamole/bin/initdb.sh -
2:10 AM Oliver, Dario N
mailto:dario.n.oli...@intel.com>> wrote:
Hi!
Note: I posted a similar topic some time ago, but that one was to use Guacamole
behind a Proxy Server. This time, the issue is behind a Reverse Proxy.
I am using the Guacamole DockerHub image, behind an Nginx pro
Hi!
Note: I posted a similar topic some time ago, but that one was to use Guacamole
behind a Proxy Server. This time, the issue is behind a Reverse Proxy.
I am using the Guacamole DockerHub image, behind an Nginx proxy, as documented
in https://guacamole.apache.org/doc/gug/reverse-proxy.html#ng
lue needs to be unquoted.
Thank you so much!
From: Michael Jumper
Sent: Friday, October 13, 2023 2:22 PM
To: user@guacamole.apache.org
Subject: Re: Using SAML Authentication behind proxy
On 10/13/2023 12:10 PM, Oliver, Dario N wrote:
> Hi,
>
> I a
Hi,
I am using Guacamole with Docker and enabled the SAML extension for
authentication.
When I am in a proxied network, I can’t make the SAML extension to fetch the
SAML_IDP_METADATA file that is externally hosted.
I tried setting JAVA_OPTS and CATALINA_OPTS with the proxy configuration but