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
#666 added remove_tokens_for_client() to ConfidentialClientApplication, but ManagedIdentityClient has no remove_tokens_for_client(). This makes it impossible to clear managed identity's access token from MSAL's token cache.
Proposed solution
ManagedIdentityClient should expose remove_tokens_for_client().