I'm trying to create an application (app registrations) in MS Azure to a remote tenant that will be used by Data Factory. The App is an Odata connection to the customer card in BC. I continue to receive the error:
Failed to create odata connection to RequestUrl. Failed to get metadata of odata service, please check if service url and credential is correct and your application has permission to the resource. Expected status code: 200, actual status code: Unauthorized, response is : {"error":{"code":"Authentication_InvalidCredentials","message":"The server has rejected the client credentials. CorrelationId: db49fdef-1bd6-4180-b56e-96cc9bfa3d06."}}. Activity ID: d8dcaafe-db9b-40a2-a6a7-a2e09452369a.
I can successfully connect to this card via excel (odata connection) but not with a service app for Data Factory
Has anyone done this successfully and or is there a MS document on steps to complete?
Thank you - Jonathan