Azure Synapse Pipelines: REST API Token Authentication

Joshua Greenwald 31 Reputation points
2022-04-21T23:04:55.477+00:00

I am trying to connect to a REST API in a synapse pipeline that first requires calling an authentication endpoint for a bearer token that can be used for the subsequent API calls. How would I go about this sort of REST connection in a Synapse Pipeline?

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,373 questions
0 comments No comments
{count} votes

Accepted answer
  1. AaronHughes 396 Reputation points
    2022-04-22T08:36:07.303+00:00

    I would create a pipe that pull back the auth token and then pass this into the main call via a parameter on a linked service

    heres a ref - https://datasavvy.me/2020/01/30/parameterizing-a-rest-api-linked-service-in-data-factory/


1 additional answer

Sort by: Most helpful
  1. Zhenglin Li (debug) 1 Reputation point
    2022-08-31T04:55:28.197+00:00

    I think you may refer to this vedio: Working with Token based REST API in Azure Data Factory

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.