How to create a link service in Azure Data Factory for Rest API which has OAuth grant type as password type of authentication
Kukade, Atharva
0
Reputation points
We need to call Rest API which has OAuth grant type as password type of authentication in a loop to store response in CSV. I know we could use Copy Activity but we are unable to create link service with mentioned authentication.
We tried to do simple web call in a loop and append response in variable and then copy variable to file. However in this case variable exceeds size.
Any help is appreciated.
Sign in to answer