Vinay Prabhu

Vinay Prabhu

  • NA
  • 3
  • 9.3k

identity in authentication in web api

Apr 10 2015 7:05 AM
Hi,
 
 
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