November 2015
Intermediate to advanced
152 pages
2h 46m
English
This chapter explains how to secure a web API using OAuth2 to authenticate against a membership database using OWIN middleware. You will be able to use local logins to send authenticated requests using OAuth2.
In this chapter, we will cover the following topics:
Let's create an empty Web API template to integrate ASP.NET Identity. Follow the given steps: