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/
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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?
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/
I think you may refer to this vedio: Working with Token based REST API in Azure Data Factory