[Feature Request] For AAD B2C cache key, use only the uid + utid.
See original GitHub issueFor AAD B2C, have the cache key be only uid + utid, without the policy. This way, we can delete all the accounts for a given user based on the uid, regardless of the policy. Right now, we can only delete the token related to the currently used policy, which is not all the tokens in the cache.
AuthCode flow
Acquire token silent
app.GetAccountAsync(identifier).ConfigureAwait(false);
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Token cache serialization (MSAL.NET) - Microsoft Entra
Learn about serialization and custom serialization of the token cache using the Microsoft Authentication Library for .NET (MSAL.NET).
Read more >Overview of tokens - Azure Active Directory B2C
All tokens used in Azure AD B2C are JSON web tokens (JWTs) that contain assertions of information about the bearer and the subject...
Read more >Authorize By Group in Azure Active Directory B2C
The first one is necessary as we need to authenticate our application in order for it to be able to access AAD Graph...
Read more >Configuring Jamf Connect Login with Microsoft Azure AD
You can configure Jamf Connect by setting preference keys. Preference keys allow for full manipulation of Jamf Connect Login's features.
Read more >Azure AD authentication troubleshooting: Known problems ...
Solution: Delete cached credentials and browser cookies. ... access has not been blocked–it is only that this client application is broken.
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
@jennyf19 : let’s work on a spec together if you want
Won’t fix. For this type of change, we’d need a spec agreed with all MSALs.