Could you verify your JWKS_ENDPOINT? It looks like it is pointing to the .well-known.jwks.json which is just a json file that I believe will have urls in it. Guacamole is expecting the actual URL here.
For example with my keycloak implementation I would go to: https://some.domain.com/auth/realms/default/.well-known/openid-configuration and extract: { ... "jwks_uri": "https://some.domain.com/auth/realms/default/protocol/openid-connect/certs", ... } -- 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]
