Dear,
I'm trying to use OpenID authentication with Auth0.
But i'm stuck in redirecting loop between :
https://<domain>/guacamole/#/?id_token=3Dxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
and
https://<domain>/guacamole/#id_token=3Dxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I used official guacamole 1.2.0 docker hub image.
'''
docker run --name some-guacamole \
--link some-guacd:guacd \
--link guacamole_db:postgres \
-e POSTGRES_DATABASE=3Dguacamole_db \
-e POSTGRES_USER=3D<username> \
-e POSTGRES_PASSWORD=3D<password> \
-e OPENID_AUTHORIZATION_ENDPOINT=3Dhttps://<tenant>.
eu.auth0.com/authorize \
-e OPENID_JWKS_ENDPOINT=3Dhttps://<tenant>.
eu.auth0.com/.well-known.jwks.json \
-e OPENID_ISSUER=3Dhttps://<tenant>.eu.auth0.com/ \
-e OPENID_CLIENT_ID=3D<clientID> \
-e OPENID_REDIRECT_URI=3Dhttps://<domain> /guacamole/ \
-d -p 8080:8080 guacamole/guacamole
'''
>From Auth0 logs, authentication is ok and i'm well redirected to guacamole
URL.
I made somes tests on ubuntu server with Auth0 and guacamole 1.2.0, and I
get the same result.
I also made some tests with GSuite both on container and ubuntu server and
after authentication, i'm redirected to guacamole with id_token in URL and
then back to the IDP.
With both IDP the " id_token" parameter is in first position in redirect
URL.
Is above setting correct ?
And is there any help about this issue ?
Thanks.
Timothée
--
Sent from:
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]