IdP 使用 Spring SAML 启动 SSO
IdP initiated SSO using Spring SAML
对于 IdP 发起的 SSO(单点登录) 是否有任何好的示例可用 Spring SAML 对于初学者
Spring SAML quick start guide 有一个部分用于测试 IDP 初始化的 SSO:
You can test IDP initialized single sign-on with URL
https://idp.ssocircle.com:443/sso/saml2/jsp/idpSSOInit.jsp?metaAlias=/ssocircle&spEntityID=replaceWithUniqueIdentifier,
after replacing the service provider identifier with the one
configured as entityId in your securityContext.xml. It is possible to
provide relayState data sent to your SP with parameter RelayState.
对于 IdP 发起的 SSO(单点登录) 是否有任何好的示例可用 Spring SAML 对于初学者
Spring SAML quick start guide 有一个部分用于测试 IDP 初始化的 SSO:
You can test IDP initialized single sign-on with URL https://idp.ssocircle.com:443/sso/saml2/jsp/idpSSOInit.jsp?metaAlias=/ssocircle&spEntityID=replaceWithUniqueIdentifier, after replacing the service provider identifier with the one configured as entityId in your securityContext.xml. It is possible to provide relayState data sent to your SP with parameter RelayState.