-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Enable AuthenticationManager configuration in saml2Login #7693
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
Enable AuthenticationManager configuration in saml2Login #7693
Conversation
...ingframework/security/config/annotation/web/configurers/saml2/Saml2LoginConfigurerTests.java
Outdated
Show resolved
Hide resolved
...ramework/security/saml2/provider/service/servlet/filter/Saml2WebSsoAuthenticationFilter.java
Outdated
Show resolved
Hide resolved
...g/springframework/security/config/annotation/web/configurers/saml2/Saml2LoginConfigurer.java
Outdated
Show resolved
Hide resolved
...ramework/security/saml2/provider/service/servlet/filter/Saml2WebSsoAuthenticationFilter.java
Outdated
Show resolved
Hide resolved
...ramework/security/saml2/provider/service/servlet/filter/Saml2WebSsoAuthenticationFilter.java
Outdated
Show resolved
Hide resolved
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 @fhanik. I left a couple of comments.
...g/springframework/security/config/annotation/web/configurers/saml2/Saml2LoginConfigurer.java
Outdated
Show resolved
Hide resolved
...ingframework/security/config/annotation/web/configurers/saml2/Saml2LoginConfigurerTests.java
Outdated
Show resolved
Hide resolved
...ramework/security/config/annotation/web/configurers/saml2/TestRelyingPartyRegistrations.java
Outdated
Show resolved
Hide resolved
...g/springframework/security/config/annotation/web/configurers/saml2/TestSaml2Credentials.java
Outdated
Show resolved
Hide resolved
...g/springframework/security/config/annotation/web/configurers/saml2/Saml2LoginConfigurer.java
Outdated
Show resolved
Hide resolved
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 for the updates, @fhanik! I've provided some feedback inline.
...g/springframework/security/config/annotation/web/configurers/saml2/Saml2LoginConfigurer.java
Outdated
Show resolved
Hide resolved
...g/springframework/security/config/annotation/web/configurers/saml2/Saml2LoginConfigurer.java
Outdated
Show resolved
Hide resolved
...framework/security/saml2/provider/service/authentication/OpenSamlAuthenticationProvider.java
Outdated
Show resolved
Hide resolved
...g/springframework/security/config/annotation/web/configurers/saml2/TestSaml2Credentials.java
Outdated
Show resolved
Hide resolved
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.
Looking good, sir. I've left some additional feedback inline.
...ingframework/security/config/annotation/web/configurers/saml2/Saml2LoginConfigurerTests.java
Outdated
Show resolved
Hide resolved
docs/manual/src/docs/asciidoc/_includes/servlet/saml2/saml2-login.adoc
Outdated
Show resolved
Hide resolved
docs/manual/src/docs/asciidoc/_includes/servlet/saml2/saml2-login.adoc
Outdated
Show resolved
Hide resolved
...g/springframework/security/config/annotation/web/configurers/saml2/Saml2LoginConfigurer.java
Outdated
Show resolved
Hide resolved
AbstractAuthenticationProcessingFilter.setRequiresAuthenticationRequestMatcher is public and final, so there is a risk that the underlying matcher can become different if one is not careful.
bdefb66
to
bbf200f
Compare
Allow configuration of AuthenticationManagerResolver in saml2Login()
Fixes gh-7654