-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Custom RelayState with OpenSamlLogoutRequestResolver #12538
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
Labels
Comments
Sounds great, @ghaege. Can you provide a PR that adds the feature? |
yes, but it might take a couple days |
jzheaux
added a commit
to ghaege/spring-security
that referenced
this issue
Feb 16, 2023
Co-authored-by: ghaege <[email protected]> Issue spring-projectsgh-12538
jzheaux
added a commit
to ghaege/spring-security
that referenced
this issue
Feb 16, 2023
Co-authored-by: ghaege <[email protected]> Closes spring-projectsgh-12538
jzheaux
added a commit
that referenced
this issue
Feb 16, 2023
Co-authored-by: ghaege <[email protected]> Issue gh-12538
jzheaux
added a commit
that referenced
this issue
Feb 16, 2023
Co-authored-by: ghaege <[email protected]> Closes gh-12538
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
RelayState Param with SamlLogoutRequest is ignored.
Instead its replaced with a hardcoded UUID and cannot be customized.
To Reproduce
If we call for example the logout api via: http://logout-host:1234/logout?RelayState=http://app-host:5678
the RelayState Param is never processed.
Expected behavior
RelayState should processed or at least be customizable via
Solution
The solution should be very similar to #11065
The text was updated successfully, but these errors were encountered: