I have been searching for an hour trying to figure out why this isn\'t working.
I have a ASP.Net MVC 5 application with a WebAPI. I am trying to get Request.GetOwin
In WEB API, you can get the reference using the following:
HttpContext.Current.GetOwinContext().GetUserManager();
it works in Identity 2.0