RE: Using a PATCH request to remove logged users

2023-07-25 Thread Gabriel Huerta Araujo
>> Because that endpoint has not been implemented in the Guacamole Client code. >> The Token REST service only has two endpoints: >> * POST that takes credentials and produces a token, assuming the >> authentication succeeds. >> * DELETE with a single token that invalidates the token. Ok, I

Re: Using a PATCH request to remove logged users

2023-07-25 Thread Nick Couchman
On Mon, Jul 24, 2023 at 10:59 PM Gabriel Huerta Araujo wrote: > > I am trying to make a PATCH request in order to remove n tokens, as active > connection does > > {headers: {…}, method: 'PATCH', url: 'api/tokens', data: Array(1)} > data: Array(1) > 0: {op: 'remove', path: >

Re: Unable to access Guacamole when OIDC behind Reverse Proxy

2023-07-25 Thread Nick Couchman
On Tue, Jul 25, 2023 at 9:54 AM Praveen Tk wrote: > > Hi Team, > > Issue: > Unable to access Guacamole when OIDC behind Reverse Proxy > Below is my configuration details, > guacamole version = 1.5.1 > OIDC = Keycloak > > Before bringing up we have set environment variables of reverse proxy in the

Unable to access Guacamole when OIDC behind Reverse Proxy

2023-07-25 Thread Praveen Tk
Hi Team, *Issue:* Unable to access Guacamole when OIDC behind Reverse Proxy Below is my configuration details, guacamole version = 1.5.1 OIDC = Keycloak Before bringing up we have set environment variables of reverse proxy in the setup. export http_proxy="http://[IPV6_ADDRESS]:" export