AzureAD / microsoft-authentication-library-for-dotnet

Microsoft Authentication Library (MSAL) for .NET
https://aka.ms/msal-net
MIT License
1.39k stars 342 forks source link

[Feature Request] Cache the managed identity source for an instance rather than static cache #4838

Closed neha-bhargava closed 2 months ago

neha-bhargava commented 2 months ago

MSAL client type

Managed identity

Problem statement

Currently the managed identity source is cached statically. Change the caching to cache the source for an instance of ManagedIdentityApplication instead.

Proposed solution

No response

Alternatives

No response