Hello,

I'm using the OpenID Connect extension to log in to Guacamole. I found that
you can create deeplinks to specific connections and this seems to work
nicely when already logged in. However when a user is not yet logged in and
I visit a deeplink to a connection the user is prompted to log in, after
that the user is redirected to the homepage of Guacamole instead of back to
the connection.

My question is, is it possible to have the user send to the connection
directly after logging in instead of back to the homepage?

I'm using the following guacamole.properties:

openid-authorization-endpoint: https://login.microsoftonline.com/<tenant
ID>/oauth2/v2.0/authorize
openid-jwks-endpoint: https://login.microsoftonline.com/<tenant
ID>/discovery/v2.0/keys
openid-issuer: https://login.microsoftonline.com/<tenant ID>/v2.0
openid-client-id: <Client ID>
openid-redirect-uri: https://guac.company.localhost/guacamole
extension-priority: openid, *
skip-if-unavailable: openid
openid-username-claim-type: oid

Thanks.

Reply via email to