-
Notifications
You must be signed in to change notification settings - Fork 804
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working for user assigned MSI apptype #1496
Comments
To authenticate using a User Assigned Managed Identity (userAssignedMSI) in Azure without providing an app password, you can use the azure-identity library in Python. This library allows you to authenticate using managed identities, which is a secure way to access Azure resources without needing to manage credentials. Also refer: https://learn.microsoft.com/en-us/entra/msal/python/advanced/managed-identity |
Hi @Prasad-MSFT , We tried the recommended solution but we are getting the same error we faced before.
The above error is occurring for the below line of code. Could you please help out with this error we are facing. |
@MKP-Sonata, we will check this with engineering team internally and will get back to you once we have any update to share. Thanks! |
Hi Prasad, Any update on the above issue? Thanks |
Hi @arshad98786 , at the moment, we have not received any updates from the engineering team. However, we are actively communicating and as soon as we receive any updates from them, we will notify you in this thread. Thank you! |
Hi @Prasad-MSFT This is just to remind you. Thanks |
Hi Team,
I’m trying to send a request using Python without providing an app password, as the authentication method is set to User Assigned Managed Identity (userAssignedMSI). However, the Python code sample provided still expects an app password, which should not be required for this authentication type.
Could you please help me resolve this issue at the earliest?
Thanks and Regards,
Arshad Ali S. K.
The text was updated successfully, but these errors were encountered: