Skip to content

Commit

Permalink
Add docs about using InMemoryOAuth2AuthorizedClientService
Browse files Browse the repository at this point in the history
Closes gh-24596
  • Loading branch information
mbhave committed Dec 22, 2020
1 parent 9e5a6c5 commit b29ac37
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -3450,6 +3450,10 @@ public class OAuth2LoginSecurityConfig extends WebSecurityConfigurerAdapter {
}
----

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]]
Expand Down

0 comments on commit b29ac37

Please sign in to comment.