You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.