azure-devops-dotnet-samples
azure-devops-dotnet-samples copied to clipboard
Non-interactive login to the API via PAT and basic authentication?
If we want to query the API in a non-interactive way (in a background service), what's the recommended way of authenticating?
We're currently saving a personal access token (PAT) of a user in the configuration and use HTTP basic authentication (username=
Best regards, D.R.