MicrosoftDocs / vsts-rest-api-specs

MIT License
167 stars 115 forks source link

Prompt Select Account like in Azure #383

Open jannikbuschke opened 4 years ago

jannikbuschke commented 4 years ago

Currently after successful authorizing a user at https://app.vssps.visualstudio.com/oauth2/authorize it seems to be impossible to switch accounts. Also if I am already logged in with a connect windows work account (using edge chromium), I don't get prompted with a login/user select dialog, the authorize endpoint just assumes the current connected user is the one to use. Annoying.

Redirect again to https://app.vssps.visualstudio.com/oauth2/authorize automatically redirects back to the app without trigger the MS login dialog.

How to add a "switch user" functionality?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

AlonAm commented 4 years ago

Please add an optional prompt property to control which user interaction is required, such as in this example.