Before you begin
Prior to completing this task, you must complete the following steps:Why and when to perform this task
Complete the following steps to configure the key information for the server-side and client-side bindings using an assembly tool. The key information on the consumer side is used for specifying the information about the key that is used for validating the digital signature in the received message or for decrypting the encrypted parts of the message. The response consumer is configured for the client and the request consumer is configured for the server. In the following steps, you must configure either the client-side bindings in step 2 or the server-side bindings in step 3.
Steps for this task
<ds:KeyInfo> <wsse:SecurityTokenReference> <wsse:Reference URI="#mytoken" /> </wsse:SecurityTokenReference> </ds:KeyInfo>
<ds:KeyInfo> <wsse:SecurityTokenReference> <wsse:Embedded wsu:Id="tok1" /> … </wsse:Embedded> </wsse:SecurityTokenReference> </ds:KeyInfo>
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> <wsse:SecurityTokenReference> <wsse:KeyIdentifier ValueType="wsse:X509v3">/62wXO...</wsse:KeyIdentifier> </wsse:SecurityTokenReference> </ds:KeyInfo>
<ds:KeyInfo> <ds:KeyName>CN=Group1</ds:KeyName> </ds:KeyInfo>
<ds:KeyInfo> <wsse:SecurityTokenReference> <ds:X509Data> <ds:X509IssuerSerial> <ds:X509IssuerName>CN=Jones, O=IBM, C=US</ds:X509IssuerName> <ds:X509SerialNumber>1040152879</ds:X509SerialNumber> </ds:X509IssuerSerial> </ds:X509Data> </wsse:SecurityTokenReference> </ds:KeyInfo>
Result
After completing this task, configure the signing information or encryption information that references the key information that is specified by this task. For more information, see Configuring signing information for the consumer binding with an assembly tool or Configuring encryption information for the consumer binding with an assembly tool.Related tasks
Configuring the key locator for the consumer binding with an assembly
tool
Configuring token consumers with an assembly tool
Configuring signing information for the consumer binding with an assembly
tool
Configuring encryption information for the consumer binding with an
assembly tool