mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
fix typo in documentation: index.adoc
1) for more on information on how the Spring Security `AuthenticationManager` is -> for more information on how the Spring Security `AuthenticationManager` is` 2) all the sames things -> all the same things
This commit is contained in:
parent
2c519b7e74
commit
4fbfb710f5
@ -872,7 +872,7 @@ public class HelloWebfluxSecurityConfig {
|
|||||||
}
|
}
|
||||||
-----
|
-----
|
||||||
|
|
||||||
This configuration explicitly sets up all the sames things as our minimal configuration.
|
This configuration explicitly sets up all the same things as our minimal configuration.
|
||||||
From here you can easily make the changes to the defaults.
|
From here you can easily make the changes to the defaults.
|
||||||
|
|
||||||
[[jc-oauth2login]]
|
[[jc-oauth2login]]
|
||||||
@ -2216,7 +2216,7 @@ You can also use standard `AuthenticationProvider` beans as follows
|
|||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
where `myAuthenticationProvider` is the name of a bean in your application context which implements `AuthenticationProvider`. You can use multiple `authentication-provider` elements, in which case the providers will be queried in the order they are declared. See <<ns-auth-manager>> for more on information on how the Spring Security `AuthenticationManager` is configured using the namespace.
|
where `myAuthenticationProvider` is the name of a bean in your application context which implements `AuthenticationProvider`. You can use multiple `authentication-provider` elements, in which case the providers will be queried in the order they are declared. See <<ns-auth-manager>> for more information on how the Spring Security `AuthenticationManager` is configured using the namespace.
|
||||||
|
|
||||||
[[ns-password-encoder]]
|
[[ns-password-encoder]]
|
||||||
===== Adding a Password Encoder
|
===== Adding a Password Encoder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user