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
Which Version of Microsoft Identity Web are you using ?
Note that to get help, you need to run the latest version.
Where is the issue?
B2C scenario
Other? - please describe;
Repro
TokenAcquisition calls GetAccountsAsync in the case of B2C to remove the accounts. However, this will call the token cache serialiation with no suggested cache key.
Which Version of Microsoft Identity Web are you using ?
Note that to get help, you need to run the latest version.
Where is the issue?
B2C scenario
Other? - please describe;
Repro
TokenAcquisition calls GetAccountsAsync in the case of B2C to remove the accounts. However, this will call the token cache serialiation with no suggested cache key.
https://github.com/AzureAD/microsoft-identity-web/search?q=GetAccountsAsync&unscoped_q=GetAccountsAsync
Expected behavior
When signing out, the token for a user are removed from the cache
Actual behavior
The cache is not cleared as no account is found
Possible Solution
Additional context/ Logs / Screenshots
Add any other context about the problem here, such as logs and screenshots.
The text was updated successfully, but these errors were encountered: