fix(jans-auth-server): always save access_token to persistence regardless of cache configuration #10763
Labels
comp-jans-auth-server
Component affected by issue or PR
kind-bug
Issue or PR is a bug in existing functionality
Milestone
Describe the bug
We need to always save access_token to persistence regardless of cache configuration.
To Reproduce
Set AS to save tokens only in cache. And then call
/end_session
. It kills tokens if it's not in cache. But if AT goes to cache then AS has no way to identify such tokens.Expected behavior
It should clear all tokens bound to this session.
This was discovered during GluuFederation/gluu4#86
The text was updated successfully, but these errors were encountered: