I have downloaded, and successfully ran the ASP.NET Identity sample from here: https://github.com/rustd/AspnetIdentitySample
I am now in the middle of implementing t
Just using
HttpContext.Current.GetOwinContext()
did the trick in my case.