You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
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,
The text was updated successfully, but these errors were encountered: