Closed schwichti closed 3 years ago
Did you ever find out what the issue was?
Unfortunately no. Probably, it might be a bug in keycloak server: https://issues.redhat.com/browse/KEYCLOAK-15828
Ok, I will close then. If you find it's a bug in oidc-client, then please re-open. Thx
Hi,
I have a React App that uses OIDC client that authorizes with a Keycloak server (among others). In principle, that works great, but I have discovered a minor problem:
When I am logged-in, open a new page of the app in a new browser tab and then log-out and log-in in the second tab, I see the following error message: "An error occurred, please login again through your application."
These are my oidc client settings:
I noticed that after I have logged out in the second tab, the KC_RESTART cookie is not present. I have traced the network traffic between the app and Keycloak and exported that as curl:
I also replaced oidc client with keycloakJS to see any differences. I do not have the problem with keycloakJS. Here is the trace:
I am thankful for any hints.