I am trying to access the ApplicationUserManager and the ApplicationRoleManager from the OWIN context. Both these methods are returning null...
Request.GetOwinContext().GetUserManager<ApplicationUserManager>();
Request.GetOwinContext().Get<ApplicationRoleManager>();