mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 00:32:14 +00:00
Merge branch '5.7.x' into 5.8.x
Closes gh-13292
This commit is contained in:
commit
312b758b3a
@ -969,6 +969,6 @@ public class SecurityConfig {
|
||||
|
||||
And the same applies to every other annotation listed above.
|
||||
|
||||
==== Other Scenarios
|
||||
=== Other Scenarios
|
||||
|
||||
If you are using `AuthenticationManagerBuilder` for something more sophisticated, you can xref:servlet/authentication/architecture.adoc#servlet-authentication-authenticationmanager[publish your own `AuthenticationManager` `@Bean`] or wire an `AuthenticationManager` instance into the `HttpSecurity` DSL with {security-api-url}org/springframework/security/config/annotation/web/builders/HttpSecurity.html#authenticationManager(org.springframework.security.authentication.AuthenticationManager)[`HttpSecurity#authenticationManager`].
|
||||
|
Loading…
x
Reference in New Issue
Block a user