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

CAE for MIv1 #730

Closed rayluo closed 1 month ago

rayluo commented 1 month ago

CAE team and MSI team are working on turning on CAE by default for MSI v1. So, what that means is, App developers will start seeing CAE even without setting the capability - "CP1".

The new CAE code path is now tested by all existing unit tests. API reference docs are also updated.

This PR will close #725 .