You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sample code https://github.com/Azure/azure-workload-identity/blob/main/examples/msal-python/main.py code changes (Python) has been successfully implanted across all the apps that use KeyVault, Service Bus, Storage Account, etc. However, I am unable to migrate one of the app that use Azure Batch Service as I get below error which I am unable to resolve
'MyClientAssertionCredential' object has no attribute 'signed_session'
Are there any plans to provide sample code for Azure Batch Service similar to what’s available for other services?
The text was updated successfully, but these errors were encountered:
Customer is using workload identity to authenticate to azure batch service. They are referring this example https://github.com/Azure/azure-workload-identity/blob/main/examples/msal-python/main.py in their apps to authenticate using workload identity.
This sample code https://github.com/Azure/azure-workload-identity/blob/main/examples/msal-python/main.py code changes (Python) has been successfully implanted across all the apps that use KeyVault, Service Bus, Storage Account, etc. However, I am unable to migrate one of the app that use Azure Batch Service as I get below error which I am unable to resolve
'MyClientAssertionCredential' object has no attribute 'signed_session'
Are there any plans to provide sample code for Azure Batch Service similar to what’s available for other services?
The text was updated successfully, but these errors were encountered: