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
770 stars 192 forks source link

Right regional endpoint for login.microsoft.com #485

Closed rayluo closed 2 years ago

rayluo commented 2 years ago

We got it right in PR #358 based on the specs at that time, but we were using a fragile approach, which caused the "login.microsoft.com" being left out in subsequent PR #394.

Lesson learned. Explicit is better than implicit