Previous Table of Contents Next


24.7.4 Confidentiality, Trust in Server, and Trust in Client Established in the Connection - Stateless Forward Trust Association Established in Service Context



   6. Same as 4.

   24.7.4.1 Sample IOR Configuration

   The following sample IOR was designed to address the related scenario.

   CompoundSecMechList { stateful = FALSE; mechanism_list = {

   CompoundSecMec { target_requires = {Integrity, Confidentiality, EstablishTrustInClient}; transport_mech = TAG_TLS_SEC_TRANS {

   target_supports = {Integrity, Confidentiality, EstablishTrustInClient,

   EstablishTrustInTarget}; target_requires = {Integrity, Confidentiality, EstablishTrustInClient}; addresses = {

   TransportAddress { host_name = x; port = y;

   };

   }; }; as_context_mech = {

   target_supports = {};

   ... }; sas_context_mech = {

   target_supports = {IdentityAssertion, DelegationByClient};target_requires = {};privilege_authorities = {

   ServiceConfigurationSyntax { syntax = s; name = n;

   }; }; supported_naming_mechanisms = {GSSUPMechOID}; supported_identity_types = {ITTPrincipalName};

   };};};};