When using node.js as a client, is it possible to connect to a server using Windows integrated authentication (e.g. when connecting to IIS)?
My searches for this onl
For Kerberos:
node-sspi
Just on windows
No client side node
Supports NTLM too
passport-negotiate
Needs python on the server
it's a passportJs strategy
For NTLM
node-sspi
Just on windows
No client side node
Supports Kerberos too
ntlm
experimental project!
ntlm-auth
experimental!
passport-ntlm
supports SMB protocol
it's a passportJs strategy
I chose passport-negotiate for Kerberos and express-ntlm for NTLM