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

Supporting https://contoso.ciamlogin.com as authority #543

Closed rayluo closed 1 year ago

rayluo commented 1 year ago

The automation tests ~currently fail because~ passes:

Testers shall take a look into logs to double check your auth/token requests were sent out to https://msidlabciam1.ciamlogin.com/d57fb3d4-4b5a-4144-9328-9c1f7d58179d/oauth2/v2.0/token?dc=ESTS-PUB-EUS-AZ1-FD000-TEST1 which was discovered from OIDC discovery. If an MSAL you are working on does not obtain those endpoints from OIDC discovery, you could probably use https://msidlabciam1.ciamlogin.com/TENANT.ONMICROSOFT.COM/oauth2/v2.0/token?dc=ESTS-PUB-EUS-AZ1-FD000-TEST1 instead.