PreviousNext

How to test OWIN OAuth Middleware

by bill-s, 2015-10-10T18:27:40.000Z

f you're familiar with the OWIN authentication middleware you'll know you need to provide some kind of callback URL to handle the response from the third-party provider i.e. Vimeo. A simplified version of our handler looks like so:

Read More