Relative Content

Tag Archive for azureasp.net-web-apiazure-devopsazure-active-directoryazure-api-management

How to Replace my PAT for Accessing Azure DevOps API in .NET Web API?

I have a .NET Web API that I use to interact with the Azure DevOps API for creating and updating Work Items on Azure DevOps Boards of various organizations and DevOps projects. Currently, I’m using a Personal Access Token (PAT) from my own account for authentication, but I want to eliminate the use of this PAT for obvious reasons.

How to Replace my PAT for Accessing Azure DevOps API in .NET Web API?

I have a .NET Web API that I use to interact with the Azure DevOps API for creating and updating Work Items on Azure DevOps Boards of various organizations and DevOps projects. Currently, I’m using a Personal Access Token (PAT) from my own account for authentication, but I want to eliminate the use of this PAT for obvious reasons.