首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >为什么shibboleth IdP idp-metadata.xml推荐8443用于SOAP?

为什么shibboleth IdP idp-metadata.xml推荐8443用于SOAP?
EN

Server Fault用户
提问于 2014-06-03 15:23:23
回答 1查看 638关注 0票数 0

在2.4.0ShibbolethIdentity Server的install.sh之后,将创建idp-metadata.xml文件。为什么会这样呢?不足以使用标准的HTTPS/443端口吗?

代码语言:javascript
复制
    <ArtifactResolutionService Binding="urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding" Location="https://idp.example.com:8443/idp/profile/SAML1/SOAP/ArtifactResolution" index="1"/>
    <ArtifactResolutionService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://idp.example.com:8443/idp/profile/SAML2/SOAP/ArtifactResolution" index="2"/>
    <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://idp.example.com:8443/idp/profile/SAML2/SOAP/SLO" />
    <AttributeService Binding="urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding" Location="https://idp.example.com:8443/idp/profile/SAML1/SOAP/AttributeQuery"/>
    <AttributeService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://idp.example.com:8443/idp/profile/SAML2/SOAP/AttributeQuery"/>

谢谢,

塔马斯

EN

回答 1

Server Fault用户

发布于 2014-06-08 15:32:07

端口8443以一种特殊的方式使用:它有与该端口相关联的idp证书(通常是自签名的)。同时,端口443使用了一个众所周知的证书。

票数 1
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/601487

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档