Commit 0c52c3fc authored by Madhura Bhave's avatar Madhura Bhave

Clarify ambiguous documentation in default security section

Closes gh-16033
parent 4a230fde
...@@ -3332,8 +3332,8 @@ The basic features you get by default in a web application are: ...@@ -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 bean with in-memory store and a single user with a generated password (see
{dc-spring-boot}/autoconfigure/security/SecurityProperties.User.html[`SecurityProperties.User`] {dc-spring-boot}/autoconfigure/security/SecurityProperties.User.html[`SecurityProperties.User`]
for the properties of the user). for the properties of the user).
* Form-based login or HTTP Basic security (depending on Content-Type) for the entire * Form-based login or HTTP Basic security (depending on the `Accept` header in the request) for
application (including actuator endpoints if actuator is on the classpath). the entire application (including actuator endpoints if actuator is on the classpath).
* A `DefaultAuthenticationEventPublisher` for publishing authentication events. * A `DefaultAuthenticationEventPublisher` for publishing authentication events.
You can provide a different `AuthenticationEventPublisher` by adding a bean for it. You can provide a different `AuthenticationEventPublisher` by adding a bean for it.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment