We are running a nodeJS web app on IIS7.5 with the help of IIS node.
What we want to achieve is that the user will only have to login to his company user on the PC without re-entering the Username and Password to access the web app.
We are running a nodeJS web app on IIS7.5 with the help of IIS node.
What we want to achieve is that the user will only have to login to his company user on the PC without re-entering the Username and Password to access the web app.
Have you tried this: link, it describes the usage of: node-sspi - uses Windows security API.
My comment above solved the problem indeed. Browsing to the web site without periods on the address solves the problem.
If you add periods to your URL when you are browsing it will automatically prompt the login window. for example: 10.0.0.1/myapp - will prompt login info myappdnsadress/myapp - will not prompt a window source: