Medium severityauthentication
Power BI Refresh Error:
ManagedIdentityCredentialObjectNotSupported
What does this error mean?
The connector or operation does not support managed identity authentication. Use service principal or account key authentication instead.
Common causes
- 1Managed identity not supported for this connector
- 2Integration runtime configuration is incorrect or outdated
- 3Authentication credentials or permissions are insufficient
- 4The feature or setting is not supported for the selected connector or copy mode
How to fix it
- 1Open the linked service and change the authentication type from 'Managed Identity' to a supported method — check the ADF connector docs for the specific connector to see which authentication types are supported.
- 2If using a user-assigned managed identity, check whether the connector supports it — some connectors only support the ADF service's system-assigned identity, not user-assigned identities configured as credential objects.
- 3Switch to service principal authentication as an alternative — register an app in Azure AD, create a client secret, assign RBAC roles on the target resource, and configure the linked service with the client ID and secret.
- 4Verify the connector documentation page for the specific connector (e.g., Snowflake, Google BigQuery, Salesforce) to confirm which authentication types are supported before reconfiguring.
- 5After switching authentication methods, test the linked service connection and re-run the pipeline.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-guide