Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用 SAML 在 Episerver CMS 和 Liferay CMS 之间进行 SSO。我知道 LifeRay 既可以充当服务提供者,也可以充当身份提供者。我想知道 Episerver CMS 可以同时充当身份提供者和服务提供者吗?
EPiServer 使用标准的 ASP.NET 提供程序模型进行授权/身份验证,默认情况下附带 Windows 和 SQL 成员资格以及用于表单身份验证的角色提供程序。
换句话说,我不知道有什么特定的 OOTB 可以启用 SAML SSO。但是,由于没有任何 EPiServer 特定于身份验证的内容,您应该能够像添加普通 ASP.NET 应用程序一样添加 SSO 支持。