Re: Podman - Guacamole

2024-09-23 Thread Oliver, Dario N
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

Re: Changing guacadmin password

2024-08-14 Thread Oliver, Dario N
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

Re: guacd and guac-client in different hosts

2024-04-23 Thread Oliver, Dario N
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

Re: SAML + Docker/Nginix Proxy Issue

2024-03-11 Thread Oliver, Dario N
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 -

Re: Fw: Using SAML Authentication behind a Reverse Proxy (nginx)

2024-02-14 Thread Oliver, Dario N
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

Fw: Using SAML Authentication behind a Reverse Proxy (nginx)

2024-01-29 Thread Oliver, Dario N
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

Re: Using SAML Authentication behind proxy

2023-10-27 Thread Oliver, Dario N
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

Using SAML Authentication behind proxy

2023-10-13 Thread Oliver, Dario N
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