You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
It seems frontchannel logout with firefox doesn't remove all session info.
After the first logout from the web app, every login attempt end up with a kong error page.
If I remove all cookies or use a private window then login works fine.
The keycloak session is removed
There is no issue with chrome/chromium.
I tried different version of firefox.
I compared cookies handling between firefox and chrome. I didn't notice any difference.
There is an error in kong log: state from argument: .... does not match state restored from session
I tried hard-coding the session_secret (as advised in some lua-resty-openidc issue) but it didn't fix anything.
Did someone manage to have oidc working with firefox ?
Hello,
It seems frontchannel logout with firefox doesn't remove all session info.
After the first logout from the web app, every login attempt end up with a kong error page.
If I remove all cookies or use a private window then login works fine.
The keycloak session is removed
There is no issue with chrome/chromium.
I tried different version of firefox.
I compared cookies handling between firefox and chrome. I didn't notice any difference.
There is an error in kong log:
state from argument: .... does not match state restored from session
I tried hard-coding the session_secret (as advised in some lua-resty-openidc issue) but it didn't fix anything.
Did someone manage to have oidc working with firefox ?
(partial) deck yaml config:
keycloak client config:
kong log for first logout with firefox
kong log for logout with chromium
kong_log_chromium_second_login.txt
kong_log_firefox_second_login.txt
The text was updated successfully, but these errors were encountered: