Hi everyone,
I'm encountering an issue when trying to trigger an Azure DevOps pipeline through an integration in OutSystems. I'm using a PowerShell script in a YAML pipeline to trigger the pipeline in Azure DevOps, but I keep getting a "401 - Unauthorized" error. I've double-checked the credentials, and I'm confident that they are correct and have the necessary permissions.
Best regards,
Daianne Souza
The 401 - Unauthorized error typically indicates an issue with authentication. Here are a few things to check: Personal Access Token (PAT) ,Authentication Method,Base URL ,Check Permissions
Hi Daianne,
You can always check the LifeTime logs for more detailed error information—they can often provide insights beyond what the Azure DevOps response provides.
That said, a 401 - Unauthorized error is typically related to Azure DevOps token permissions. Even if the token looks correct, it's worth verifying that:
Let us know if checking the token and logs helps clarify the root cause!
Best regards,Duarte