Add post_logout_redirect_uri support and add test#22130
Add post_logout_redirect_uri support and add test#22130nuwang wants to merge 5 commits intogalaxyproject:devfrom
Conversation
ahmedhamidawan
left a comment
There was a problem hiding this comment.
Just added a little commit that reuses the existing addSearchParams utility for constructing the logout URL.
As for the rest, looks fine to me, however, I haven't been able to test out the entire flow locally with an example.
dannon
left a comment
There was a problem hiding this comment.
The old client flow called /user/logout first, so the Galaxy session was already dead before attempting /authnz/logout. Now when OIDC is enabled only /authnz/logout is called — if that request fails, the server-side session survives. Acceptable tradeoff or worth a fallback?
The redirect_uri → post_logout_redirect_uri rename is correct per spec — do you know if any non-standard OIDC providers out there relied on the old param name? Might be worth a release note if so.
closes: #21275
How to test the changes?
(Select all options that apply)
License