1



I have an Azure DevOps Personal access token with read access. I need to call Azure DevOps Services REST APIs via Azure Data Factory's Web Activity. The API documentation is available at https://learn.microsoft.com/en-us/rest/api/azure/devops/?view=azure-devops-rest-6.1
I dont have a ClientID or Client Secret but, as mentioned earlier, a personal access token. How do I authenticate using the same?

Would really appreciate any ideas here?

Best regards,
Sree

Sree Nair
  • 91
  • 4
  • 11

1 Answers1

2

It might be too late to answer your question, but I just did exactly what you asked for.

In my case, I'm calling a DevOps API to run one of my pipelines.

See a screenshot here: Web activity

ThierryL
  • 21
  • 2