jlguenego / node-expose-sspi

Expose Microsoft Windows SSPI to Node for SSO authentication.
ISC License
126 stars 20 forks source link

client with the credentials of the authenticated user #199

Open davidhr82 opened 3 weeks ago

davidhr82 commented 3 weeks ago

hi, more of a question. can I use the node-expose-sspi client with the credentials of the authenticated user? basically to impersonate the logged-on user? By using sso.auth() I can get the authenticated user but how do I pass along to another API call the same user credentials? The sso.client with 'fetch' uses the credentials of the logged on windows user and not the client. Please help! urgent!