<issuerChannelBehaviors> 的 <add>
添加在与 STS 进行通信时要使用的终结点行为。
提示
如果终结点行为包含一个 <clientCredentials> 元素,则将引发异常。
<system.serviceModel>
<behaviors>
<endpointBehaviors>
<endpointBehaviors> 的 <behavior>
<clientCredentials>
<issuedToken>
<issuerChannelBehaviors> 元素
<issuerChannelBehaviors> 的 <add>
<add issuerAddress="string"
behaviorConfiguraton="string" />
属性和元素
属性
属性 | 说明 |
---|---|
issuerAddress |
要与之通信的安全令牌颁发者的 URI。 |
behaviorConfiguration |
在同一个配置文件中定义的终结点行为的名称。 |
子元素
无。
父元素
元素 | 说明 |
---|---|
包含与指定的服务令牌服务通信时要使用的 Windows Communication Foundation (WCF) 客户端终结点行为的集合。 |
备注
issuerAddress 包含客户端希望与之进行通信的安全令牌服务的 URI。behaviorConfiguration 指向终结点行为,应用程序在由 Windows Communication Foundation (WCF) 创建的通道中使用此行为,以从安全令牌服务获取颁发的令牌。
另请参见
参考
<issuerChannelBehaviors> 元素
IssuerChannelBehaviors
IssuedTokenClientBehaviorsElement
IssuedTokenClientBehaviorsElementCollection
IssuerChannelBehaviors
其他资源
Specifying Service Identity
Security Behaviors in Windows Communication Foundation
Federation and SAML
Securing Services and Clients
Securing Clients
How To: Create a Federated Client
How To: Configure a Local Issuer
Federation and Issued Tokens