Klas Mellbourn
Klas Mellbourn

Reputation: 44377

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.

Upvotes: 5

Views: 5912

Answers (1)

enducat
enducat

Reputation: 1706

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

Upvotes: 5

Related Questions