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
This causes a severe regression in OIDC authentication, so that no Azure CLI task can run longer than the OIDC token's 5-minute lifetime (Azure/azure-cli#28708 (comment)).
Expected behavior
Old access token from the token cache should be retrieved.
What you see instead
A new access token is retrieved.
The MSAL Python version you are using
1.28.0
Additional context
Add any other context about the problem here.