How to create Concur Linked Service for Azure Data Factory

Jason Pranter (PDX Contractor) 0 Reputation points
2024-02-07T03:22:19.6133333+00:00

I am trying to create a Concur Linked Service in Azure Data Factory. I'm not sure what urls to use for the "Host" and "Base URL" attributes. I was able to retrieve a Bearer token using POSTMAN (url: https://www-us2.api.concursolutions.com/oauth2/v0/token, grant_type = password) so I know my User name/password and Client ID/secret are valid. In the Linked Service I've tried Host: www-us2.api.concursolutions.com/oauth2/v0/token Base URL: www-us2.api.concursolutions.com but I get the following error message: ERROR [HY000] [Microsoft][Concur] (60) API Connection Failed (Unauthorized Access). Check credentials. HTTP Response code: 403

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,196 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,401 Reputation points Microsoft Employee
    2024-02-07T14:49:25.76+00:00

    Hi Jason Pranter (PDX Contractor), Thank you for posting query in Microsoft Q&A Platform. host is the endpoint of the concur server. Example, implementation.concursolutions.com and its mandatory field. baseURL is the URL of your concur's authorization and its mandatory field for OAuth_2.0_Bearer authentication.

    Kindly consider rechecking host and baseURL accordingly. This documentation has complete details of all fields of concur connector linked service.

    Hope this helps. Please let me know how it goes.


    Please consider hitting Accept Answer button. Accepted answers help community as well.

    1 person found this answer helpful.