Open
Description
Description
When you run Clear-AzContext, the token from user Auth flow can be cleared and the token from OIDC Auth flow cannot be cleared.
Issue script & Debug output
PS> Connect-AzAccount -ServicePrincipal -ApplicationId $appId $FederatedToken $token $TenantId $tenantId
PS> Clear-AzContext
The token cache is still there
Environment data
The issue can be reproduce across the different platforms
Module versions
The issue can be reproduce across the different Az.Accounts versions
Error output
No response