Introduce JdbcTokenStore #9381
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
status: duplicate
A duplicate of another issue
Expected Behavior
Introduce JdbcTokenStore, as the one in Spring Security OAuth 2.x
Current Behavior
Missing way to cache tokens in stateless app running in several instance.
Context
Currently we are using JdbcTokenStore, provided by Spring Security OAuth 2.x, in order to cache the tokens, which later on are used to accomplish long running processes on behalf of the user.
Here is the current application setup:
More details and code snippets can be found in the stackoverflow question: https://stackoverflow.com/questions/65904062/tokenstore-in-spring-security-5-x-after-removal-of-spring-security-oauth-2-x
The text was updated successfully, but these errors were encountered: