-
Notifications
You must be signed in to change notification settings - Fork 6k
Allow configuration of AuthenticationManager in saml2Login() #7654
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
Comments
@eleftherias I've been reviewing this, and implemented a possible solution in 1d71a62. It does however become difficult to justify the use of a The I will continue reviewing this, but may opt to just make the authentication provider configurable, or the options on it, rather than adding a resolver. |
@fhanik The idea with having the |
Changed indentation on saml2Login() snippets to align more closely with surrounding documentation. Also removed call to super.configure as this would enable formLogin as well as httpBasic. Replaced with default endpoint authorization statement. Issue gh-7654
Summary
It should be easier to configure the
authoritiesExtractor
,authoritiesMapper
andresponseTimeValidationSkew
on theOpenSamlAuthenticationProvider
.See gh-7642.
Allowing an
authenticationManagerResolver
for SAML2 login will allow customizing theOpenSamlAuthenticationProvider
.This should be similar to OAuth2ResourceServerConfigurer.authenticationManagerResolver.
The text was updated successfully, but these errors were encountered: