如何使用节点通过LDAP在Azure Active Directory上进行身份验证?

时间:2016-02-12 08:10:02

标签: node.js azure authentication ldap adal

我对此完全陌生。我在AAD上有用户。我需要使用节点js对它们进行身份验证。有人可以指导我如何开始以及如何开始吗?

2 个答案:

答案 0 :(得分:1)

正如@vibronet所说,Azure AD不支持LDAP。

有一个官方指南Azure Active Directory developer's guide介绍如何开始使用开发人员。

为了访问node.js中的AAD,MS为GitHub上托管的node.js库提供了ADAL,请参阅https://github.com/AzureAD/azure-activedirectory-library-for-nodejs

同时,您可以参考以下这些文章,了解使用AAD for node.js的方案。

  1. Web App Sign In & Sign Out with Azure AD
  2. Register your apps to use an Azure Active Directory Account login
  3. Getting Started With WEB-API for Node
  4. 希望它有所帮助。最诚挚的问候。

答案 1 :(得分:0)

LDAP is not used in Azure AD. A good starting point for authenticating with Azure AD in node can be found in https://azure.microsoft.com/en-us/documentation/samples/?platform=nodejs&service=active-directory