- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
IDP meta说明文档
MetadataForIdP元数据话题涵盖了任何实体的基本结构。这里主要说的是IDP部分的。关于怎么创建IDP的元数据。参考SP的构建-here.Shibboleth特别提示如果是第一次开始, IDP在安装过程中生成一个初始的元数据文件,并被拷贝到metadata/idp-metadata.xml. 他包含entityID和安装过程中生成的密钥。你需要需要进行配置的时候,对他进行修改就可以了。基本结构IdP 元数据包含在md:IDPSSODescriptor和md:AttributeAuthorityDescriptor中。你必须要包括正确的支持协议类型(protocolSupportEnumeration)来反映出IDP支持的协议族, 真如meta中提到的一样。如果没能这么做,可能会导致SP不能正确识别IDP。使用md:AttributeAuthorityDescriptor角色主要是兼容性的要求。用来支持遗留的或者其他的依赖于属性的SP。在多数情况下,多数的角色内容在二者之间是一致的。IDP角色通常包括下面描述性信息:IDp用来认证和加密的公钥。各种中来交互的终端明确支持的标示符格式 if any明确支持的属性, if any所有信息出现的顺序是有意义的, 你可以参考schema。大多数情况下,元素按照下面顺序出现。对于md:IDPSSODescriptor来说:md:KeyDescriptor (can be omitted, but rarely)md:ArtifactResolutionService (only needed if supporting response by artifact)md:SingleLogoutService (if any)md:NameIDFormat (if any)md:SingleSignOnService (always at least one)saml:Attribute (rare today, but may be reasonable to include)对于md:AttributeAuthorityDescriptor来说:md:KeyDescriptor (can be omitted, but rarely)md:AttributeService (always at least one)md:NameIDFormat (if any)saml:Attribute (rare today, but may be reasonable to include)密钥参考MetadataKeyDescriptor.Shibboleth-Specific TipThe keys you identify in the metadata MUST match the keys you configure into the IdP as [credentials]. If they dont match, SPs will generally be unable to accept assertions from or make queries to the IdP.Artifact ResolutionSAML包含这样一种能力:通过依赖重定向包含一个简单的字符串成为“artifact”来使得consuming 网站可以拉取完整的信息。他更多的用于IdP-SP 方向,所以,IDP需要支持,有些IDP可能需要支持SOAP终端来实现对artifact-message 的支持.Shibboleth-特别提示The Location attribute of these endpoints is derived from the ProfileHandler elements defined in the IdPs handler.xml file. As with all IdP profile handlers that rely on SOAP, the locations will typically be of the form https://hostname:8443 + servlet context + /profile + path, where path is determined from the RequestPath child element in the profile handler configuration. The elements must also include a Binding attribute, which can be copied directly from the profile handlers inboundBin
文档评论(0)