-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Add SAML 2.0 Login and Logout XML Support #10685
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
Add SAML 2.0 Login and Logout XML Support #10685
Conversation
bf2eaf8
to
c99242d
Compare
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.
Great, @marcusdacoregio! I've only left one comment inline since I think that comment has the potential to change a lot. Otherwise, please feel free to update the copyright years to 2022 and other typical hygiene.
...g/src/main/java/org/springframework/security/config/http/Saml2LoginBeanDefinitionParser.java
Outdated
Show resolved
Hide resolved
c99242d
to
5b7414b
Compare
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.
Thanks, @marcusdacoregio! I've left some feedback inline.
Also, I'm wondering if you would consider adding SAML 2.0 Logout XML support while you are at it, possibly in a separate commit?
...g/src/main/java/org/springframework/security/config/http/Saml2LoginBeanDefinitionParser.java
Outdated
Show resolved
Hide resolved
config/src/main/resources/org/springframework/security/config/spring-security-5.7.rnc
Outdated
Show resolved
Hide resolved
config/src/main/resources/org/springframework/security/config/spring-security-5.7.rnc
Outdated
Show resolved
Hide resolved
config/src/main/resources/org/springframework/security/config/spring-security-5.7.rnc
Show resolved
Hide resolved
6356b66
to
b027737
Compare
b027737
to
10df298
Compare
10df298
to
61274ff
Compare
Closes gh-9012, gh-10842
Sample https://github.com/marcusdacoregio/spring-security-samples/tree/saml2-login-xml