0

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.

2 Answers 2

0

Have you tried this: link, it describes the usage of: node-sspi - uses Windows security API.

Sign up to request clarification or add additional context in comments.

1 Comment

I rememeber that I tried it but i'm not sure if it didin't work becaouse of the need thing that I found out: 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: support.microsoft.com/en-us/kb/258063 I'll update if it worked :)
0

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:

http://support.Microsoft.com/en-us/kb/258063

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.