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
806 stars 202 forks source link

async support #88

Open rayluo opened 5 years ago

cdeler commented 3 years ago

It's might be easier to reach this goal, replacing requests by httpx. The libraries are motly compatible, and httpx provides you with sync and async interfaces.

cpnielsen commented 2 years ago

@rayluo Any progress on this? I can see it's slated for "this quarter" (which would be this month at the latest), but I can also see it has been shuffled around quite a bit.

bharathanr commented 2 years ago

Yep, a working async version of MSAL Python would be fantastic.

ghandic commented 1 year ago

Any progress on this?

bgavrilMS commented 1 year ago

@rayluo - do you mind adding a bit of spec to this one? And maybe look at telemetyry to understand how many web site / web api / multitenant client_creds apps use MSAL Py?