Wiring up a custom authentication method with OWIN in Web API Part 3: the components
November 23, 2015 Leave a comment
Introduction
In the previous post we looked at HTTP headers in code. We saw how to collect the headers from a request and a response and how to check for the presence of a certain header type. We also built a simple tester C# console application that sends a web request to our Web API controller and sets the necessary custom authentication header.
In this post we’ll start building the components necessary for the OWIN middleware.