Portal for 24.12 uses IDP version 25.06. We used keycloak-js in version 23.0.5. As this caused trouble during login flow, I updated the dependency to 25.0.6 to have a running PURIS with 24.12 setup.
Current behaviour
With IDP version 25.0.6 the logout is not working. For some reason the user's session is not removed. When triggering logout multiple times directly one after another, the user is redirected to an IDP screen asking if one wants to logout. After confirming the logout it works.
Didn't work with keycloak-js version 26.0.5 either.
Expected behavior
Logout works after one click.
Steps to reproduce the Bug
start IDP as mentioned below
configure your frontend (frontend/.env) with local deployment accordingly (also need to add -port 3000 for npm run dev in frontend/package.json). Set redirectUrl to empty.
login to keycloak realm and configure client Cl3-PURIS to use http instead of https addresses
Description
Portal for 24.12 uses IDP version 25.06. We used
keycloak-js
in version 23.0.5. As this caused trouble during login flow, I updated the dependency to 25.0.6 to have a running PURIS with 24.12 setup.Current behaviour
With IDP version 25.0.6 the logout is not working. For some reason the user's session is not removed. When triggering logout multiple times directly one after another, the user is redirected to an IDP screen asking if one wants to logout. After confirming the logout it works.
Didn't work with
keycloak-js
version26.0.5
either.Expected behavior
Logout works after one click.
Steps to reproduce the Bug
frontend/.env
) with local deployment accordingly (also need to add-port 3000
fornpm run dev
infrontend/package.json
). Set redirectUrl to empty.Cl3-PURIS
to use http instead of https addresses