Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / OWIN

OWIN

OWIN

Great Reads

by John Atten
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) project.
by John Atten
Identity is fully compatible with the OWIN Authorization model, and when used in this manner, represents a very useful, ready-to go concrete implementation.
by John Atten
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. In this post we'll pull in a minimal ASP.NET Identity implementation.
by Khademul Basher
Authentication and Authorization using Asp.net Identity

Latest Articles

by John Atten
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) project.
by John Atten
Identity is fully compatible with the OWIN Authorization model, and when used in this manner, represents a very useful, ready-to go concrete implementation.
by John Atten
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. In this post we'll pull in a minimal ASP.NET Identity implementation.
by Khademul Basher
Authentication and Authorization using Asp.net Identity

All Articles

Sort by Score

OWIN 

by Assil
This post demonstrates the simplest use of OWIN with ASP.NET. It will not teach you OWIN nor Claim-based auth, nor design or security.
by Ajit Hegde
This tip describes how to use ASP.NET identity entity framework with mysql database.
by Alon Lek
Create a simple self hosted Web API service that runs as console and as service in just 2 minutes
by Denis Pashkov
How to get MVC response body inside your owin middleware class