ASP.NET Web API: Understanding OWIN/Katana Authentication/Authorization Part III: Adding Identity
Image by alles-schlumpf | Some Rights Reserved This is the third post in a series in which we have built up a minimal, self-hosted, OWIN-based Web Api application essentially from scratch. Our objective has been to develop a...
ASP.NET Web Api: Understanding OWIN/Katana Authentication/Authorization Part II: Models and Persistence
Image by clement127 | Some Rights Reserved In the previous post in this series we learned how the most basic authentication and authorization elements fit together in an OWIN-based Web Api application. We have seen how to...
ASP.NET Web Api: Understanding OWIN/Katana Authentication/Authorization Part I: Concepts
Recently we looked at the fundamentals of the OWIN/Katana Middleware pipeline, and we then applied what we learned, and built out a minimal, OWIN-Based, self-hosted Web Api. In doing so, we managed to avoid the heavy weight of...
ASP.NET Web Api 2.2: Create a Self-Hosted OWIN-Based Web Api from Scratch
Image by Ivan Emelianov | Some Rights Reserved Building up a lean, minimal Web Api application from scratch is a terrific way to become more familiar with how things work under the hood in a Web Api (or any other ASP.NET)...
ASP.NET: Understanding OWIN, Katana, and the Middleware Pipeline
Image by Sunova Surfboards | Some Rights Reserved The tools and architectural patterns we use to build and evolve web applications have undergone dramatic change over the past few years. Modern web application development is a...