Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Enable Azure.Identity to benefit from MSAL.NET token cache when used for Managed identity #302

Closed
chlowell opened this issue Apr 4, 2022 · 0 comments · Fixed by #344
Labels
AzureSdk enhancement New feature or request

Comments

@chlowell
Copy link
Collaborator

chlowell commented Apr 4, 2022

Copied from AzureAD/microsoft-authentication-library-for-dotnet#3137:

Is your feature request related to a problem? Please describe.
Azure.Identity (Azure SDK) is using MSAL.NET for some flows, and in that case it benefits from MSAL.NET cache. But in other cases, it goes directly to the MSI endpoint, and does not cache the token.
The ask is to have a way for the Azure SDK to benefit from MSAL.NET cache

Describe the solution you'd like
The spec is here

Describe alternatives you've considered
See the spec

Additional context
This will be a consistency item,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AzureSdk enhancement New feature or request
Projects
None yet
1 participant