question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature Request] For AAD B2C cache key, use only the uid + utid.

See original GitHub issue

For 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:closed
  • Created 3 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jmprieurcommented, Oct 15, 2020

@jennyf19 : let’s work on a spec together if you want

0reactions
bgavrilMScommented, Dec 22, 2022

Won’t fix. For this type of change, we’d need a spec agreed with all MSALs.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found