November 2015
Intermediate to advanced
152 pages
2h 46m
English
We have created an Empty Web API Web Application. Now we need to install the required NuGet packages in order to integrate ASP.NET Identity into Web API. Let's execute the following statements under the NuGet package manager console to install the ASP.NET Identity 2.1 package to the created application:
Install-Package Microsoft.AspNet.Identity.Core Install-Package Microsoft.AspNet.Identity.EntityFramework Install-Package Microsoft.AspNet.Identity.OWIN Install-Package Microsoft.OWIN.Cors Install-Package Microsoft.AspNet.WebApi.OWIN Install-Package Microsoft.OWIN.Security.OAuth
We can also install ASP.NET Identity 2.1 using a UI-based Nuget package manager as given in the following screenshot:
Fig 4 ...
Read now
Unlock full access