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
801 stars 200 forks source link

Define some Cloud Instance constants and the usage pattern of using them #433

Closed rayluo closed 2 years ago

rayluo commented 2 years ago

The new usage pattern is documented in our doc staging site (please search the keyword "authority (str)") in this page.

You can also try the new syntax by pulling its feature branch:

pip install git+https://github.com/AzureAD/microsoft-authentication-library-for-python.git@cloud-instances

This is not a breaking change. The old school, low-level url string input is still supported.

This PR, once agreed upon and merged in, will resolve #221.