-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
Milestone
Description
An AccessToken lives longer than an Authentication. For example, a user's authenticated session may last for an hour, whereas the AccessToken associated with the user and AuthorizedClient may last a day.
We should remove this association and start leveraging SecurityTokenRepository<AccessToken> when the AuthorizedClient needs the AccessToken to make a protected resource call.
Metadata
Metadata
Assignees
Labels
in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)