简体   繁体   English

Spring SAML SSO-IDP元数据不包含SingleSignOnService

[英]Spring SAML SSO - IDP Metadata does not contain SingleSignOnService

I have a Spring SAML app that works with my test IDP server. 我有一个与我的测试IDP服务器一起使用的Spring SAML应用。

It does not work with a 3rd party IDP server I was given metadata for. 它不适用于为我提供元数​​据的第三方IDP服务器。

The metadata given to me does not include any SingleSignOnService definitions, and really does not include any endpoint URLs at all. 给我的元数据不包含任何SingleSignOnService定义,并且实际上根本不包含任何端点URL。

Is there another way to create an endpoint URL to associate with this metadata file? 还有另一种方法来创建终结点URL来与此元数据文件相关联吗? I looked here and did not see anything that looked promising: 我看了这里,却没有发现任何有希望的东西:

https://docs.spring.io/autorepo/docs/spring-security-saml/1.0.x/reference/html/configuration-sso.html https://docs.spring.io/autorepo/docs/spring-security-saml/1.0.x/reference/html/configuration-sso.html

I'm afraid that metadata without SingleSignOnService endpoint cannot be used for SAML 2.0 WebSSO profile. 恐怕没有SingleSignOnService终结点的元数据不能用于SAML 2.0 WebSSO配置文件。 You should contact the IDP team for more guidance. 您应该联系IDP团队以获取更多指导。

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

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