Reputation: 44377
Can you set up a nodejs based web site with single sign-on Windows Active Directory authentication for users?
I found this for setting up Windows Azure AD, but I am talking about an intranet site that would be hosted on a windows server and accessed by AD users on the intranet.
Upvotes: 5
Views: 5912
Reputation: 1706
Yes, absolutely. Checkout https://github.com/auth0/passport-windowsauth which has IIS authentication support for Windows-based LDAP profiles.
Upvotes: 5