Clarify ambiguous documentation in default security section
Closes gh-16033
This commit is contained in:
parent
4a230fdec9
commit
0c52c3fc55
|
|
@ -3332,8 +3332,8 @@ The basic features you get by default in a web application are:
|
|||
bean with in-memory store and a single user with a generated password (see
|
||||
{dc-spring-boot}/autoconfigure/security/SecurityProperties.User.html[`SecurityProperties.User`]
|
||||
for the properties of the user).
|
||||
* Form-based login or HTTP Basic security (depending on Content-Type) for the entire
|
||||
application (including actuator endpoints if actuator is on the classpath).
|
||||
* Form-based login or HTTP Basic security (depending on the `Accept` header in the request) for
|
||||
the entire application (including actuator endpoints if actuator is on the classpath).
|
||||
* A `DefaultAuthenticationEventPublisher` for publishing authentication events.
|
||||
|
||||
You can provide a different `AuthenticationEventPublisher` by adding a bean for it.
|
||||
|
|
|
|||
Loading…
Reference in New Issue