I have a nginx reverse proxy for multiple node applications. Our users are online with Windows domain management. I know that I can use express-ntlm or passport-windowsauth to ask the user for their login credentials, but this is non-integrated auth.
Is it possible to use the built-in auth (authenticated users can bypass credentials) directly from node.js (or nginx) without IIS (or Apache)? If so, how?
I assume that we could replace nginx with IIS as a reverse proxy, but I would like to avoid this if I can.
source share