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
If I login multiple times multiple access tokens are created in the admin, it seems like if i have an existing session on the l client my old token should be revoked.
To Reproduce
start the tests/app/idp and rp. Hit login multiple times, look at the accessTokens in the admin.
Expected behavior
A new token is not created when I login and have an existing sessions.
need to confirm what should be happening with the specs.