-
Notifications
You must be signed in to change notification settings - Fork 6k
Fix logoutRequestRepository not set on Saml2RelyingPartyInitiatedLogoutSuccessHandler #16093
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
Conversation
@sawprogramming Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@sawprogramming Thank you for signing the Contributor License Agreement! |
Thank you, @sawprogramming, for catching this. This seems to be a bug and so I'd like to apply it first to Also, are you able to add a test to I can also help with either or both, so please feel free to ask. Finally, would you also change the commit title to resemble the one from that commit? You might do:
|
@jzheaux I don't how to rebase my branch with |
Sure thing, @sawprogramming, I'm happy to help Let's say that your remote
Once your changes are done, commit in the following way:
And then push:
At that point, you will create a new PR that requests Once you see that the PR looks right, go back to your command line and do:
This will remove the commit from I realize this may seem like a lot. Next time if you create a branch then your Let me know how it goes. |
@sawprogramming I had a few minutes and so I went ahead and applied the commits manually so that you don't have to go through the above git rework. This is merged to Thanks again for the contribution. |
Thank you, @jzheaux! |
…itory Closes spring-projectsgh-16093 Signed-off-by: Daeho Kwon <trewq231@naver.com>
Issue spring-projectsgh-16093 Signed-off-by: Daeho Kwon <trewq231@naver.com>
When using XML to configure Spring Security for SAML, the
logoutRequestRepository
is not set on theSaml2RelyingPartyInitiatedLogoutSuccessHandler
like it should be. See how it is properly set using the Java DSL (:Without this fix, SAML configurations that use custom logout request repositories do not work for RP-initiated logouts.