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

Fallback to expires_on when expires_in is absent #519

Closed rayluo closed 1 year ago

rayluo commented 1 year ago

This is useful for App Service's managed identity.

rayluo commented 1 year ago

Thanks for @xiangyan99 's validation!

[11:41 AM] Xiang Yan Hi Ray, I tested that with the change in TokenCache, now we have correct expires_on value.