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

Bypass device authorization flow, for real #410

Closed rayluo closed 2 years ago

rayluo commented 2 years ago

When we worked on #379, we were already aware of the Device Authorization Flow (formerly known as Device Code Flow) would need a special treatment. And we attempted to address that in #379, but we made a mistake/bug. This PR fixes that bug, and resolves #408 .