我对此完全陌生。我在AAD上有用户。我需要使用节点js对它们进行身份验证。有人可以指导我如何开始以及如何开始吗?
答案 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 :(得分: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