0
Answer

identity in authentication in web api

Vinay Prabhu

Vinay Prabhu

9y
697
1
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