简体   繁体   English

使用 Simplemembership 在 .NET 应用程序中启用 Azure AD FS 的最简单方法

[英]Simplest way to enable Azure AD FS in a .NET application using Simplemembership

We have a.Net MVC web application using Simplemembership that one of our clients wants to use with Azure AD FS for authenticating his employees and collaborators.我们有一个使用 Simplemembership 的.Net MVC web 应用程序,我们的一位客户希望将其与 Azure AD FS 一起用于验证他的员工和合作者。 I'm looking for the simplest way to make that possible.我正在寻找最简单的方法来实现这一点。

On principle, replacing Simplemembership is absolutely required for this task, isn't it?原则上,这个任务绝对需要替换 Simplemembership,不是吗?

As far as I understand, integrating Azure AD B2C would be a good way to upgrade our authentication process but would require us to introduce OWIN.据我了解,集成 Azure AD B2C 将是升级我们的身份验证过程的好方法,但需要我们引入 OWIN。 Would that be a good solution or should I look at something different?这会是一个很好的解决方案还是我应该看看不同的东西?

Some confusion here around terms.这里有一些关于术语的混淆。

Do you mean ADFS (Active Directory Federation Services)?您是说 ADFS(Active Directory 联合服务)吗? That's on-prem.那是本地的。 There's no such thing as Azure ADFS.没有 Azure ADFS 这样的东西。

B2C will work and you can federate that with ADFS . B2C 将起作用,您可以将其与ADFS联合。

Your app.你的应用程序。 will have to use the MSAL library to authenticate.将不得不使用MSAL 库进行身份验证。

And yes, you would replace Simplemembership.是的,您将替换 Simplemembership。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM