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

CIAM end-to-end test cases #520

Closed rayluo closed 1 year ago

rayluo commented 1 year ago

The 4 test cases in this PR demonstrate what MSAL scenarios are covered. On top of that, the AcquireTokenSilent() is also implicitly tested by each scenario.

UPDATE: The authority implementation is also adjusted to support https://contoso.ciamlogin.com/..., implemented in #543.

This is how to obtain test configuration: