Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

nodejs web site with active directory permissions

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.

like image 591
Klas Mellbourn Avatar asked Oct 14 '13 00:10

Klas Mellbourn


1 Answers

Yes, absolutely. Checkout https://github.com/auth0/passport-windowsauth which has IIS authentication support for Windows-based LDAP profiles.

like image 102
enducat Avatar answered Oct 15 '22 06:10

enducat