Commit d36c950e authored by Madhura Bhave's avatar Madhura Bhave

Merge branch '2.4.x'

Closes gh-24595
parents 467f8536 a0afec12
......@@ -3817,6 +3817,10 @@ For example, for servlet applications, you can add your own `SecurityFilterChain
}
----
TIP: Spring Boot auto-configures an `InMemoryOAuth2AuthorizedClientService` which is used by Spring Security for the management of client registrations.
The `InMemoryOAuth2AuthorizedClientService` has limited capabilities and we recommend using it only for development environments.
For production environments, consider using a `JdbcOAuth2AuthorizedClientService` or creating your own implementation of `OAuth2AuthorizedClientService`.
[[boot-features-security-oauth2-common-providers]]
......
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