tjanczuk / iisnode

Hosting node.js applications in IIS on Windows
Other
1.85k stars 587 forks source link

How to get WindowsIdentity #447

Open rrkkumar opened 9 years ago

rrkkumar commented 9 years ago

We are looking at KCD and want to call external web service from node and delegate current user context. In C# we user "HttpContext.Current.User.Identity". Do we have any options with node running with iisnode?

rramachand21-zz commented 8 years ago

So you just want the user name?