简体   繁体   English

如何使用表单身份验证作为 SAML SSO ID 提供程序启用 ASP.NET MVC Web 应用程序?

[英]How to enable an ASP.NET MVC web app using Forms Authentication as a SAML SSO ID Provider?

We have an ASP.NET MVC web application on .NET 4.5.我们在 .NET 4.5 上有一个 ASP.NET MVC Web 应用程序。 The application is using forms authentication.该应用程序正在使用表单身份验证。 We want this application to act as an ID Provider for a SSO integration with Intercom .我们希望此应用程序充当与Intercom的 SSO 集成的 ID 提供者。

Does .NET 4.5 have any built in functionality to enable this via configuration? .NET 4.5 是否有任何内置功能可以通过配置启用此功能? Or would I need to build out something custom to make this work?或者我需要建立一些定制的东西来完成这项工作吗?

If the later, can someone suggest a framework or open source implementation that could get me started?如果是后者,有人可以建议一个可以让我开始的框架或开源实现吗?

Thank you.谢谢你。

.NET doesn't include any built in SAML SSO functionality. .NET 不包含任何内置的 SAML SSO 功能。

There is an open source implementation from Sustainsys. Sustainsys 有一个开源实现。 Alternatively, you could use the commercial product available from us.或者,您可以使用我们提供的商业产品。

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

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