OAUTH2.0 - JWT access token signature could not be validated #792
-
Hi, I am trieing to secure a HTTP REST Interface with mod_auth_openidc. The idea is that a rest client gets an access token from our keycloak and then can use the API. But: The auth_openidc cannot validate the access token because of its signature:
This is the configuration:
Having a look at the keycloak I saw that mod_auth_openidc didn't call the JWKSURI once.... So what am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I finally found a solution and an example on: The correct parameter is called " OIDCOAuthVerifyJwksUri " |
Beta Was this translation helpful? Give feedback.
I finally found a solution and an example on:
https://github.com/zmartzone/mod_auth_openidc/wiki/OAuth-2.0-Resource-Server#keycloak
The correct parameter is called " OIDCOAuthVerifyJwksUri "