<issuer> of <issuedTokenParameters>
Specifies the Security Token Service (STS) that issues security tokens.
<configuration>
<system.serviceModel>
<bindings>
<customBinding>
<binding>
<security>
<issuedTokenParameters>
<issuer>
Syntax
<issuer address="Uri" />
Attributes and Elements
The following sections describe attributes, child elements, and parent elements
Attributes
Attribute | Description |
---|---|
address | Required string. The URL of the STS. |
Child Elements
Element | Description |
---|---|
<headers> | A collection of address headers for the endpoints that the builder can create. |
<identity> | When using an issued token, specifies settings that enable the client to authenticate the server. |
Parent Elements
Element | Description |
---|---|
<issuedTokenParameters> | Specifies the current issued token. |
See also
- AdditionalRequestParameters
- AdditionalRequestParameters
- 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.