【发布时间】:2021-11-19 14:50:55
【问题描述】:
Microsoft.Identity.Web 是否可以与带有 aspx 页面的 Asp.net Web 应用程序一起使用?如果支持我如何注册认证?。
在 .NetCore Startup.cs 中
services.AddAuthentication().AddMicrosoftIdentityWebApp(Configuration.GetSection("AzureAdB2C"), "b2c", "cookiesB2C");
我们在 .net core 中使用上述行来配置身份 web。
在使用 aspx 的 Asp.net Webapp 中
我们如何注册?
【问题讨论】:
标签: asp.net