abbr / NodeSSPI

Server-side windows authentication for Node.js
MIT License
156 stars 19 forks source link

impersonate user #47

Closed gautamsi closed 6 years ago

gautamsi commented 6 years ago

Is it possible to use node-sspi to impersonate user. here is what I want to do.

I want to run a separate process (or some node modules) with user context and return information to user.

possible?

abbr commented 6 years ago

I don't think that's the intended usage of node-sspi.