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
788 stars 194 forks source link

Add max_age support #389

Closed rayluo closed 2 years ago

rayluo commented 3 years ago

Per internal discussion, we are implementing the max_age feature for both ConfidentialClientApplication and PublicClientApplication.

This PR will close #381.