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
795 stars 200 forks source link

[Feature Request] MSI sample using MSAL python #677

Open neha-bhargava opened 6 months ago

neha-bhargava commented 6 months ago

MSAL client type

Confidential

Problem Statement

Create a sample showcasing how to use MSAL python to authenticate with managed identity.

Location to place the sample: https://github.com/Azure-Samples/msal-managed-identity/tree/main/src in a folder for python similar to dotnet.

Proposed solution

No response