<issuedTokenAuthentication> of <serviceCredentials>
Specifies a custom token issued as a service credential.
<system.serviceModel>
<behaviors>
<serviceBehaviors>
<behavior> of <serviceBehaviors>
<serviceCredentials> Element
<issuedTokenAuthentication> of <serviceCredentials>
<issuedTokenAuthentication samlSerializerType= "string"
allowUntrustedRsaIssuers="Boolean">
<knownCertificates>
</knownCertificates>
</issuedTokenAuthentication>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements
Attributes
Attribute | Description |
---|---|
allowUntrustedRsaIssuers |
A Boolean value that specifies if untrusted RSA certificate issuers are allowed. Certificates are signed by certification authorities (CAs) to verify authenticity. An untrusted issuer is a CA that is not specified to be trusted to sign certificates. |
samlSerializerType |
An optional string attribute that specifies the type of SamlSerializer that is used for the service credential. The default is an empty string. |
Child Elements
Element | Description |
---|---|
knownCertificates |
Specifies a collection of X509CertificateTrustedIssuerElement elements that specifies trusted issuers for the service credential. |
Parent Elements
Element | Description |
---|---|
Specifies the credential to be used in authenticating the service, and the client credential validation-related settings. |
See Also
Other Resources
Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.