I'm trying to access salesforce through Azure Data Factory by creating linked service and I'm seeing error as: ERROR [HYOOO] [Microsoft][Salesforce] (148) INVALID_LOGIN: Invalid username, password, security token; or user locked out.
Steps followed:
- Added Copy data in a pipeline
- Selected Salesforce as new data set in copy data as source
- Integration Runtime, tested with both Azure's AutoResolveIntegrationRuntime and Self hosted Integration Runtime but no luck
- Environment URL as https://something.salesforce.com
- username as [email protected], password and security token.
- API version is kept as Default
NOTE: I am able to login to salesforce successfully through browser using custom login/company login and authentication is passed via Microsoft login page.