Saml2 与 Asp.Net MVC
Saml2 With Asp.Net MVC
我希望能够在没有 IdP 的情况下将 SAML2 与现有 ASP.Net 集成。我目前正在考虑使用 Sustainsys。这可能吗?
如果您希望您的应用程序成为 SP,那么可以。
"The Sustainsys.Saml2 library adds SAML2P support to ASP.NET web sites, allowing the web site to act as a SAML2 Service Provider (SP)".
但是,要运行它需要 SAML IDP。
因此,尽管您有一个 SP,但在您有一个 IDP 可以连接之前,您不能用它做很多事情。
我希望能够在没有 IdP 的情况下将 SAML2 与现有 ASP.Net 集成。我目前正在考虑使用 Sustainsys。这可能吗?
如果您希望您的应用程序成为 SP,那么可以。
"The Sustainsys.Saml2 library adds SAML2P support to ASP.NET web sites, allowing the web site to act as a SAML2 Service Provider (SP)".
但是,要运行它需要 SAML IDP。
因此,尽管您有一个 SP,但在您有一个 IDP 可以连接之前,您不能用它做很多事情。