哪个是 Active Directory 身份验证的推荐库?
Which is the recommended library for Active Directory Authentication?
我想通过 Azure 微服务进行 AD 认证。我了解了 ADAL 和 GraphAPI。我对两者之间的区别感到困惑。
推荐哪个?
我找到了几个 GraphAPI 示例,但使用 ADAL 的示例不多。
ADAL is a library that is used for authentication against Azure Active Directory and Windows Server Active Directory. There are a lot of samples here.
Microsoft Graph API 远不止于此。
除了执行身份验证外,它还提供 API 对大量 Office 365 服务的访问权限。
我想通过 Azure 微服务进行 AD 认证。我了解了 ADAL 和 GraphAPI。我对两者之间的区别感到困惑。
推荐哪个?
我找到了几个 GraphAPI 示例,但使用 ADAL 的示例不多。
ADAL is a library that is used for authentication against Azure Active Directory and Windows Server Active Directory. There are a lot of samples here.
Microsoft Graph API 远不止于此。 除了执行身份验证外,它还提供 API 对大量 Office 365 服务的访问权限。