IDP 为 Spring SAML 扩展启动了 SSO

Posted

技术标签:

【中文标题】IDP 为 Spring SAML 扩展启动了 SSO【英文标题】:IDP initiated SSO for Spring SAML Extension 【发布时间】:2014-12-24 16:53:09 【问题描述】:

我已经使用 Spring SAML 扩展实现了 SSO 解决方案,现在我想测试 IDP 发起的 SSO

谁能给我关于 idp.ssocircle.com 的 IDP 为 Spring SAML 扩展发起的 SSO 的 URL

【问题讨论】:

【参考方案1】:

使用以下 URL 并将 spEntityID 替换为您自己的唯一标识符:

https://idp.ssocircle.com:443/sso/saml2/jsp/idpSSOInit.jsp?metaAlias=/ssocircle&spEntityID=saml-federation.appspot.com

【讨论】:

感谢您的快速信息。我再次遇到障碍,因为如果我们从 IDP 启动 SSO,我们在 SSO 实施下确实有 2 个资源/URL,我们如何区分这些。请帮忙 idpSSOInit.jsp 的文档在这里docs.oracle.com/cd/E19854-01/819-5209/gbtkd/index.html,您可以通过将successRedirectHandler 更改为“org.springframework.security.saml.SAMLRelayStateSuccessHandler”来使用RelayState 并在Spring SAML 中使用它

以上是关于IDP 为 Spring SAML 扩展启动了 SSO的主要内容,如果未能解决你的问题,请参考以下文章

如何在运行时在 spring-SAML 中添加新的 idp 元数据

Spring SAML Okta - 如何在 IDP 启动的流程中重定向到自定义 URL

Spring SAML - 在运行时读取和刷新 IdP 元数据

在 Spring SAML 中指定 IDP 和 SP 的加密算法

spring saml - IDP 发起的 SSO

使用 Spring SAML 作为 IDP 而不是 SP