Forum Discussion
seandarrensia
May 21, 2024Copper Contributor
Enabling OAuth in Azure DevOps Webhooks
Your message is well-written and clear. Here's a minor adjustment for improved flow: Hello Azure Support Team, I hope this message finds you well. Currently, we're encountering a 401 Unauthorized...
Kidd_Ip
May 31, 2025MVP
Azure DevOps Webhooks presently support Basic Authentication; however, native OAuth2 authentication is not yet available, one of the workarounds is to use Azure DevOps REST API with OAuth2, which allows authentication via Azure AD:
Access Azure DevOps REST API with oAuth - Stack Overflow