You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the saml2Login DSL calls HttpSecurity#authenticationProvider to register its AuthenticationProvider, this overrides when an application declares OpenSaml4AuthenticationProvider as a bean.
It's expected that unless an application calls HttpSecurity#authenticationProvider, then the bean declaration should take precedence.
The text was updated successfully, but these errors were encountered:
- Add OAuth2ReactiveAuthorizationManagers
- Code to interfaces
- Align error message with the same in
AuthorityAuthorizationManager
- Adjust expectations in tests to confirm an
appropriately constructed authorizaion manager
- Add JavaDoc and reference documentation
Issue gh-13654
Because the
saml2Login
DSL callsHttpSecurity#authenticationProvider
to register itsAuthenticationProvider
, this overrides when an application declaresOpenSaml4AuthenticationProvider
as a bean.It's expected that unless an application calls
HttpSecurity#authenticationProvider
, then the bean declaration should take precedence.The text was updated successfully, but these errors were encountered: