3.4.1.3.1 元素<IDPEntry>

本博客采用知识共享署名 4.0 国际许可协议进行许可

<IDPEntry>元素指定了一个受请求者信任的身份提供商,以认证请求提出者的身份。它是IDPEntryType复杂类型,该类型定义了下列属性:

  • ProviderID [必须]

身份提供商的唯一标识符。有关此类标识符的说明,请参见第8.3.6节。

  • Name [可选]

身份提供商的可读名称。

  • Loc [可选]

一个URI引用,代表支持身份认证请求协议的特定于配置文件的端点地址。要使用的绑定必须按照使用配置文件中进行理解。

下列的schema片段定义了<IDPEntry>元素和它的IDPEntryType复杂类型:

<element name="IDPEntry" type="samlp:IDPEntryType"/>
<complexType name="IDPEntryType">
    <attribute name="ProviderID" type="anyURI" use="required"/>
    <attribute name="Name" type="string" use="optional"/>
    <attribute name="Loc" type="anyURI" use="optional"/>
</complexType>

Last updated

Was this helpful?