0
Answer

identity in authentication in web api

Photo of Vinay Prabhu

Vinay Prabhu

10y
744
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

Answers (0)