identity in authentication in web apiVPVinay Prabhu11yAsked Apr 10, 2015, 7:05 AM856.NETHi, How can I find identity of windows authenticated user in web api controller. User.Identity.Name; this.User.Identity.Name; HttpContext.Current.User.Identity.Name; all of the above options I hve tried bt not working
Replies
Know the answer? Post it — somebody with the same question will find it here.