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
Describe the bug
msal is being installed as dependency library in my teamcity builds. After the new release of 1.32.1, builds started failing with authentication error as below. Pinning the msal version to 1.32.0 works.
azure.core.exceptions.ClientAuthenticationError: DefaultAzureCredential failed to retrieve a token from the included credentials.
20:36:01 Attempted credentials:
20:36:01 EnvironmentCredential: Authentication failed: 'MsalResponse' object has no attribute 'headers'
The MSAL Python version you are using
msal 1.32.1
pinning to 1.32.0 works.
RichardLockwoodTR, MatthewYaegerTR, miguelArquezABI, megelon, brunobraziel and 6 moremegelonrayluo