AzureAD / microsoft-authentication-library-for-python

Microsoft Authentication Library (MSAL) for Python makes it easy to authenticate to Microsoft Entra ID. General docs are available here https://learn.microsoft.com/entra/msal/python/ Stable APIs are documented here https://msal-python.readthedocs.io. Questions can be asked on www.stackoverflow.com with tag "msal" + "python".
https://stackoverflow.com/questions/tagged/azure-ad-msal+python
Other
788 stars 194 forks source link

Handle different response outcome #390

Closed rayluo closed 3 years ago

rayluo commented 3 years ago

For some reason, the response data would be slightly different. This change can tolerate that variation, and fix #387.

Hi @letmaik , since we can not reproduce this issue with our test account here, we would need your help to verify its fix. Can you install a special MSAL by the following command line, and then re-run your application?

pip install git+https://github.com/AzureAD/microsoft-authentication-library-for-python.git@fix-issue-387
letmaik commented 3 years ago

@rayluo I checked your fix and it works. Thanks!