<issuerMetadata> of <issuedTokenParameters>
<configuration>
<system.serviceModel>
<bindings>
<customBinding>
<binding>
<security>
<issuedTokenParameters>
<issuerMetadata>
Syntax
<issuerMetaData address="String" />
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
---|---|
address | Required. A string that specifies the address of the endpoint. The address must be an absolute URI. The default value is an empty string. |
Child Elements
Element | Description |
---|---|
<headers> | A collection of address headers. |
<identity> | An identity that enables the authentication of an endpoint by other endpoints exchanging messages with it. |
Parent Elements
Element | Description |
---|---|
<issuedTokenParameters> | Specifies the parameters for an security token issued in a Federated security scenario. |
See also
- IssuedSecurityTokenParameters
- IssuedTokenParametersElement
- CustomBinding
- Service Identity and Authentication
- Federation and Issued Tokens
- Security Capabilities with Custom Bindings
- Federation and Issued Tokens
- Bindings
- Extending Bindings
- Custom Bindings
- <customBinding>
- How to: Create a Custom Binding Using the SecurityBindingElement
- Custom Binding Security
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.