Microsoft.AspNetCore.Identity 与 Azure ActiveDirectory
Posted
技术标签:
【中文标题】Microsoft.AspNetCore.Identity 与 Azure ActiveDirectory【英文标题】:Microsoft.AspNetCore.Identity with Azure ActiveDirectory 【发布时间】:2021-10-22 09:49:56 【问题描述】:我真的希望我不需要 IdentityServer 来允许用户在我的 asp.net 核心应用程序中使用 Azure ActiveDirectory 进行身份验证。
有人有同时使用这两种技术的例子吗?
【问题讨论】:
您可以参考以下文章在 ASP.NET Core Web 应用中使用 AAd:Add sign-in with Microsoft to an ASP.NET Core web app 和 How to use both Azure AD authentication and Identity on ASP.NET Core 3。 【参考方案1】:不,您不需要 IdentityServer 从 ASP.NET Core 使用 Azure AD。要使用 AzureID,我建议您使用 Microsoft Identity Web authentication library。
YouTube 上有很多关于 Microsoft.Identity.web 库的视频。
【讨论】:
以上是关于Microsoft.AspNetCore.Identity 与 Azure ActiveDirectory的主要内容,如果未能解决你的问题,请参考以下文章