Skip to Main Content
ASP.NET Web API Security Essentials
book

ASP.NET Web API Security Essentials

by Rajesh Gunasundaram
November 2015
Intermediate to advanced content levelIntermediate to advanced
152 pages
2h 46m
English
Packt Publishing
Content preview from ASP.NET Web API Security Essentials

Setting up ASP.NET Identity 2.1

We have created an empty Web API and installed the necessary NuGet packages for ASP.NET Identity and Open Web Interface for .Net (OWIN). Now let's add the required class files to integrate ASP.NET Identity into Web API.

ASP.NET Identity

ASP.NET Identity is a framework provided by Microsoft that was created on top of OWIN middleware to manage user identity and membership in ASP.NET applications such as Web Forms, MVC, and Web API. We are going to use the ASP.NET Identity system to register and manage identity users using the in-built domain model for identity user called IdentityUser. If you are planning to have extra properties in your application, then you would need to create a domain model with extra properties ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Pro ASP.NET Web API Security: Securing ASP.NET Web API

Pro ASP.NET Web API Security: Securing ASP.NET Web API

Badrinarayanan Lakshmiraghavan
ASP.NET Core Security

ASP.NET Core Security

Christian Wenz
Mastering ASP.NET Web API

Mastering ASP.NET Web API

Mithun Pattankar, Malendra Hurbuns
Pro ASP.NET Web API: HTTP Web Services in ASP.NET

Pro ASP.NET Web API: HTTP Web Services in ASP.NET

Tugberk Ugurlu, Alexander Zeitler, Ali Kheyrollahi

Publisher Resources

ISBN: 9781785882210Supplemental Content