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

Implement instance_discovery=False #496

Closed rayluo closed 1 year ago

rayluo commented 1 year ago

Driven by this conversation, this PR implements instance_discovery=False based on internal design 6504. (Note: This PR does NOT contain known_authority_hosts, which was implemented in a different PR #492. The two features would co-exist when both PRs are merged in, but they can also work independently. Here they are implemented independently.)

As usual, the unit tests in this PR also serve as acceptance test for the aforementioned design.