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
754 stars 191 forks source link

Promote TokenCache._find() to TokenCache.search() #693

Closed rayluo closed 1 month ago

rayluo commented 2 months ago

Hi @jiasli , have you started testing this feature branch yet? Do you need it to be shipped by end of month?

jiasli commented 2 months ago

I don't see a PR at https://github.com/AzureAD/microsoft-authentication-extensions-for-python/pulls yet. I think we need both PRs so that we can test them together.

FYI: TokenCache._find() is introduced by #644