I'm writing an application to use the TFS RestAPI and am trying to figure out the OAuth2 flow. It seems to be working just fine, but every time I go to log in, I'm asked to Authorize my application rather than simply asked to log in again. What am I doing
wrong? Should I be storing something locally? What should I be sending in my subsequent requests to keep from having to authorize every time I want to log into my application?
↧