Is it possible to authenticate using managed identity in the Azure pipeline? #166
-
I am trying to figure out whether it is possible to use "workload identity federation service connection" to authenticate instead of providing secret/certificate? Seems like it is not supported? |
Beta Was this translation helpful? Give feedback.
Answered by
almenscorner
Feb 9, 2024
Replies: 1 comment
-
Managed Identities is still not supported in Python MSAL library. I have implemented the supported options and are waiting for MS to add managed identity support. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ztrhgf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Managed Identities is still not supported in Python MSAL library. I have implemented the supported options and are waiting for MS to add managed identity support.