I\'m adding some Web API services to an existing MVC application. I have a model binder for my MVC controllers to get the user object stored in a CustomIdentity. I\'m tryi
I had the same problem and I found this way. In your ApiController you can use base.ControllerContext.RequestContext.Principal.Identity.;
base.ControllerContext.RequestContext.Principal.Identity.;