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] Add a sample for MSAL Py MSI #708

Open bgavrilMS opened 4 months ago

bgavrilMS commented 4 months ago

MSAL client type

Confidential

Problem Statement

https://github.com/Azure-Samples/msal-managed-identity/tree/main/src - has samples for dotnet, java and nodejs. Please add one for Py.

Proposed solution

No response

localden commented 2 months ago

@bgavrilMS @rayluo assigning to myself - would be happy to help with the sample here, especially since I am in the middle of writing the docs for this feature and a blog post.

rayluo commented 2 months ago

Thanks, @localden ! Feel free to take inspiration from - or start afresh despite of - the minimalist code snippet here and its configuration file.

Frankd4 commented 2 months ago

Thank you very much @bgavrilMS, @localden & @rayluo