【发布时间】:2013-10-14 00:16:37
【问题描述】:
您能否设置一个基于 nodejs 的网站,为用户提供单点登录 Windows Active Directory 身份验证?
我找到了this for setting up Windows Azure AD,但我说的是一个内部网站点,它将托管在 Windows 服务器上并由内部网上的 AD 用户访问。
【问题讨论】:
标签: node.js authentication web active-directory
您能否设置一个基于 nodejs 的网站,为用户提供单点登录 Windows Active Directory 身份验证?
我找到了this for setting up Windows Azure AD,但我说的是一个内部网站点,它将托管在 Windows 服务器上并由内部网上的 AD 用户访问。
【问题讨论】:
标签: node.js authentication web active-directory
是的,当然。签出https://github.com/auth0/passport-windowsauth,它为基于 Windows 的 LDAP 配置文件提供 IIS 身份验证支持。
【讨论】: