Windows AD single sign on using javascript and node

后端 未结 2 513
借酒劲吻你
借酒劲吻你 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.

    0 讨论(0)
  • 2020-12-10 04:15

    As the author noted in their update, this can be done with Node-SSPI. I verified that it also works on a windows domain.

    0 讨论(0)
提交回复
热议问题