[Resolved in 1.32.3] msal 1.32.2 has broken our authentication from on-premise servers #815
Labels
Fixed
Possible-Solution
regression
Behavior that worked in a previous release that no longer works in a newer release
Similar-Issue
Describe the bug
We were deploying some Python jobs and we encountered this error . The initial suspicion was on any environmental changes on the Server (Windows via Azure AD) . But that was ruled out. We had to roll back
msal
to 1.32.0To Reproduce
Expected behavior
The script about should have fetched the secret value.
What you see instead
We see the exception message. See above.
The MSAL Python version you are using
Paste the output of this
1.32.2
Additional context
We rolled back msal to 1.32.0 and it works for now
The text was updated successfully, but these errors were encountered: