Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DefaultTokenStateManager to remove all session cookies when tokens are split #13757

Merged

Conversation

sberyozkin
Copy link
Member

A user reported that DefaultTokenStateManager does not clear the AT and RT session cookies when it is configured to keep all the tokens but split them (into individual cookies).
CodeAuthenticationFlow will always remove the main q_session cookie itself, specifically for the custom TokenStateManager implementations not to worry about it.
But DefaultTokenStateManager needs to remove the AT and RT cookies itself in this case.

@sberyozkin sberyozkin merged commit 237a830 into quarkusio:master Dec 9, 2020
@sberyozkin sberyozkin deleted the oidc_post_logout_clear_cookies branch December 9, 2020 12:14
@gsmet gsmet modified the milestones: 1.11 - master, 1.10.4.Final Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants