Windows AD single sign on using javascript and node

后端 未结 2 512
借酒劲吻你
借酒劲吻你 2020-12-10 03:57

I am in the process of implementing a single page app based on Angular and Node.js, running on a Windows Server within a corporate Windows Active directory domain environmen

2条回答
  •  时光取名叫无心
    2020-12-10 04:10

    Since 2020, it can also be done with node-expose-sspi. This module let you deal with the Microsoft SSPI API which was exposed to Node.

    SSO can be done with both Kerberos and NTLM. It has been tested and is in production as intranet ERP.

    Note: I am the author of node-expose-sspi.

提交回复
热议问题