【发布时间】: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。
标签: c# asp.net-core azure-active-directory asp.net-identity identityserver4