Provide JDBC implementation of OAuth2AuthorizedClientService #7655
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
Milestone
We should provide a JDBC implementation of
OAuth2AuthorizedClientService
.Related #7889
JdbcOAuth2AuthorizedClientService
may be configured as follows:NOTE:
JdbcOperations
must be provided by the application and configured with a database schema that has the following table definition:See
classpath:org/springframework/security/oauth2/client/oauth2-client-schema.sql
.The text was updated successfully, but these errors were encountered: