[Bug] Incorrect suggestedCache key for removeAsync(account) in confidential client apps
See original GitHub issueRemoveAsync(account)
in confidential client apps returns an empty cache key.
The cache key, I think should be home_accout_id
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Client secret key is expired error - Azure
This article provides a solution for a "Client secret key is expired" error that occurs when you deploy or terminate virtual machines (VMs)....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@abhidnya13 and I synced off-line on this. It’s not an exact duplicate but related.
Ah, it works because you call https://github.com/AzureAD/microsoft-identity-web/blob/b106d9a9250522d0bf9ed0e78e0e3dbd376d8170/src/Microsoft.Identity.Web/TokenAcquisition.cs#L515
Got it.