Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an endpoint behavior to be used when communicating with an STS.
![]() |
---|
If any endpoint behavior contains a <clientCredentials> element, an exception will be thrown. |
<system.serviceModel>
<behaviors>
<endpointBehaviors>
<behavior> of <endpointBehaviors>
<clientCredentials>
<issuedToken>
<issuerChannelBehaviors> Element
<add issuerAddress="string"
behaviorConfiguraton="string" />
Attributes and Elements
The following sections describe attributes, child elements, and parent elements
Attributes
Attribute | Description |
---|---|
issuerAddress |
The URI of the security token issuer to communicate with. |
behaviorConfiguration |
The name of an endpoint behavior defined in the same configuration file. |
Child Elements
None.
Parent Elements
Element | Description |
---|---|
Contains a collection of Windows Communication Foundation (WCF) client endpoint behaviors to be used when communicating with the specified Service Token Services. |
See Also
Reference
<issuerChannelBehaviors> Element
Other Resources
Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.