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 #3137

Closed
jmprieur opened this issue Feb 3, 2022 · 2 comments
Assignees
Milestone

Comments

@jmprieur
Copy link
Contributor

jmprieur commented Feb 3, 2022

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,

@jmprieur
Copy link
Contributor Author

jmprieur commented Feb 3, 2022

See also the previous spike: ffb0592

@jmprieur jmprieur changed the title [Feature Request] Enable Azure.Identity to benefit from MSAL.NET token cache [Feature Request] Enable Azure.Identity to benefit from MSAL.NET token cache in Managed identity case Feb 3, 2022
@jmprieur jmprieur changed the title [Feature Request] Enable Azure.Identity to benefit from MSAL.NET token cache in Managed identity case [Feature Request] Enable Azure.Identity to benefit from MSAL.NET token cache when used for Managed identity Feb 3, 2022
@bgavrilMS bgavrilMS added this to the 4.42.0 milestone Feb 23, 2022
@bgavrilMS
Copy link
Member

@trwalke - please sync with @schaabs on this first and also read the spec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants