Replies: 1 comment 3 replies
-
it is hard to tell without having the full server debug logs; however, it may be that you're using an older version of Keycloak that re-sends the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have an Apache 2.4.38 server with mod_auth_openidc 2.3.10, connected with a Keycloak auth server.
Everything seems to be working fine, but we get random errors on logged in sessions. In one browser that was previously today logged in with the server, now trying to reload an authenticated path returns this content:
Looking at the Apache log, the request triggers this error:
There are a couple of redirects, and the server finally responds with 200 and the text above.
I would expect that the openid auth module either refreshes the access token, or that's not possible, redirects the user to the login screen. However, the way it's working right now the user cannot do anything without removing the site cookies.
Could someone please help with the configuration of mod_auth_openidc in Apache or Keycloak to avoid this error?
Thanks,
Eloy
Beta Was this translation helpful? Give feedback.
All reactions