-
Notifications
You must be signed in to change notification settings - Fork 159
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
Bugfix: Broken re-login after logout fails #8694
Conversation
✅ |
changelog/unreleased/bugfix-oidc-logout-query-param-replication
Outdated
Show resolved
Hide resolved
…after logout or in the buildUrl helper, allowed params have to be whitelisted now.
7f35d0d
to
2098a5d
Compare
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and works just fine. Thanks for fixing! 🤗
Out of curiosity, @fschade was it one specific query param that was breaking the login? Because apparently the |
yes, the |
Description
After a user logged out, it was no longer possible to re-login without reloading the ocis root domain,
this has now been fixed and only whitelisted query-params are taken into account in the logout url-replace.
How Has This Been Tested?
Types of changes
New feature (non-breaking change which adds functionality)Breaking change (fix or feature that would cause existing functionality to change)Technical debtChecklist:
Acceptance tests addedDocumentation ticket raised