PurpleSoftSrl / azure_devops_app

Azure DevOps Mobile App
https://www.azdevops.app
MIT License
72 stars 7 forks source link

PAT Scopes #34

Open joshmeads opened 3 months ago

joshmeads commented 3 months ago

Hey thanks for making this!

Can I please request a small docs update?

It would be very helpful to share the recommended PAT scopes needed for the app functionality. Realistically we don't want to provide "full access" to our tokens but playing the guessing game back and fourth between Azure and the app is a slow process trying to bypass "Unauthorized" errors.

Thanks!

joshmeads commented 3 months ago

So far what I've ended up with is the following:

Build: Read Code: Read, Status Graph: Read Pull Request Threads: Read & Write Release: Read Wiki: Read & Write (I don't think this is needed though) Work Items: Read, Write, Manage

Currently still getting unauthorized on file diffs.

bkvisiosign commented 3 weeks ago

Did you ever find the scopes for file diff?