Asp.net Identity is built upon Owin, so you need to include that in your project.
Easiest is to add the Microsoft.Owin.Host.SystemWeb package to your website, what will install all the required components and make Owin work out of the box.
Easiest is to add the Microsoft.Owin.Host.SystemWeb package to your website, what will install all the required components and make Owin work out of the box.