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] Need support for ML managed identity #674

Closed xiangyan99 closed 3 months ago

xiangyan99 commented 7 months ago

MSAL client type

Confidential

Problem Statement

Today we support ml managed identity in azure-identity library. Please add the support in MSAL too.

https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/identity/azure-identity/azure/identity/_credentials/azure_ml.py

Proposed solution

No response

bgavrilMS commented 6 months ago

Hmm, is this something new we need to support for GA of MSI in MSALs?

CC @neha-bhargava

xiangyan99 commented 6 months ago

I think so. AML MSI support is already GAed in identity library (for a long time :)).

It is a blocker from moving identity MSI implementation to msal.

rayluo commented 6 months ago

Hmm, is this something new we need to support for GA of MSI in MSALs?

I think so. AML MSI support is already GAed in identity library (for a long time :)).

It is a blocker from moving identity MSI implementation to msal.

To clarify, @bgavrilMS 's question was more about "how about other non-Python MSALs".

@xiangyan99 , did you mention that the Managed Identity for Machining Learning is currently in Azure Identity for Python only?

xiangyan99 commented 6 months ago

Hmm, is this something new we need to support for GA of MSI in MSALs?

I think so. AML MSI support is already GAed in identity library (for a long time :)). It is a blocker from moving identity MSI implementation to msal.

To clarify, @bgavrilMS 's question was more about "how about other non-Python MSALs".

@xiangyan99 , did you mention that the Managed Identity for Machining Learning is currently in Azure Identity for Python only?

Yes. Today only Python has it.