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

Demonstrate how to use global token cache #603

Closed rayluo closed 11 months ago

rayluo commented 1 year ago

This PR addresses the part of #602 .

This is currently a draft but still ready for review. I'll update this PR to modify more samples, probably including PCA samples.

rayluo commented 11 months ago

Hi @bgavrilMS , this PR draft shows two different approaches. Let me know which one you prefer, and then I'll apply that chosen style to all the samples and close this topic.