Replies: 3 comments 1 reply
-
which version of mod_auth_openidc are you using? |
Beta Was this translation helpful? Give feedback.
1 reply
-
that is expected behaviour indeed, which can be changed with:
See https://github.com/OpenIDC/mod_auth_openidc/blob/v2.4.15.1/auth_openidc.conf#L1056-L1064 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ahh, that worked perfectly! Thank you! And thank you for the rapid response and the awesome library! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We've got a situation where Keycloak is our provider, and we're setup with openidc module to refresh before expiration. If we go into the Keycloak admin console and sign the user out and kill their session, then when the module tries to refresh, it fails with these (expected) errors:
However, when our web client then tries to access any protected route, we're receiving 500 errors. Is this expected? Is there a way to treat a refresh failed event as requiring re-auth or sending back a 401?
My relevant config:
Beta Was this translation helpful? Give feedback.
All reactions