4.9 Context Establishment Response Message

The following is an example of a <RequestSecurityTokenResponse> element used with the context establishment binding based on [WSSC].

 <RequestSecurityTokenResponse Context="urn:uuid:c416bc08-0664-49f3-850b-7d6cca60a59e" xmlns="http://schemas.xmlsoap.org/ws/2005/02/trust">
   <TokenType>http://schemas.xmlsoap.org/ws/2005/02/sc/sct</TokenType>
   <RequestedSecurityToken>
     <SecurityContextToken a:Id="_sct" xmlns:a="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns="http://schemas.xmlsoap.org/ws/2005/02/sc">
       <Identifier>urn:uuid:8a63487c-662b-40bf-b2df-f3b536062f5e</Identifier>
     </SecurityContextToken>
   </RequestedSecurityToken>
   <RequestedAttachedReference>
     <SecurityTokenReference xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
       <Reference URI="#_sct" ValueType="http://schemas.xmlsoap.org/ws/2005/02/sc/sct"/>
     </SecurityTokenReference>
   </RequestedAttachedReference>
   <RequestedUnattachedReference>
     <SecurityTokenReference xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
       <Reference URI="urn:uuid:8a63487c-662b-40bf-b2df-f3b536062f5e" ValueType="http://schemas.xmlsoap.org/ws/2005/02/sc/sct"/>
     </SecurityTokenReference>
   </RequestedUnattachedReference>
   <RequestedProofToken>
     <ComputedKey>http://schemas.xmlsoap.org/ws/2005/02/trust/CK/PSHA1</ComputedKey>
   </RequestedProofToken>
   <Entropy>
     <BinarySecret Type="http://schemas.xmlsoap.org/ws/2005/02/trust/Nonce">...</BinarySecret>
   </Entropy>
   <Lifetime>
     <Created xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">2008-08-15T01:48:08.3184132Z</Created>
     <Expires xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">2008-08-15T16:48:08.3184132Z</Expires>
   </Lifetime>
   <KeySize>256</KeySize>
 </RequestSecurityTokenResponse>