79824398

Date: 2025-11-19 11:44:44
Score: 1.5
Natty:
Report link

Hi @BridgeWater,

To access work items via Azure Devops APIs, you need to to add 3 API permissions in app registration - vso.work vso.work_full vso.work_write.

To get the OAuth token you need to pass the below URL in the scope parameter:

https://app.vssps.visualstudio.com/.default

You will get the user access token with this scope.

Access Token

But if you pass vso.work vso.work_full vso.work_write while calling the auth API, you will get the below same error:

Error message

Hope it helps, thanks!

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Whitelisted phrase (-1): Hope it helps
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Tanjot