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().
The text was updated successfully, but these errors were encountered:
MSAL client type
Confidential
Problem Statement
#666 added
remove_tokens_for_client()
toConfidentialClientApplication
, butManagedIdentityClient
has noremove_tokens_for_client()
. This makes it impossible to clear managed identity's access token from MSAL's token cache.Proposed solution
ManagedIdentityClient
should exposeremove_tokens_for_client()
.The text was updated successfully, but these errors were encountered: