Reputation: 1924
I have a web-site with users "site-account".
Users also are registered in VSTS / (project1.visualstudio.com, project2.visualstudio.com, ...) "vsts-account"
I need allow user once link a "site-account" to "vsts-account" (one or multiple)
After link a account i can read / write a Work-Backlog item in any time. Example, in background read Work-Backlog and send email notification.
I cant understand how i can link and grand access to "vsts-account" from "site-account"
I can create a Extension, that will be installed in VSTS.
Thanks for any links
Upvotes: 0
Views: 46
Reputation: 33708
The simple workflow:
More information about OAuth with VSTS, you can refer to Authorize access to REST APIs with OAuth 2.0
Upvotes: 1