Identity Propagation Mode Setting in Configuration File
In the configuration file, you can define the propagation mode by using the <identityPropagation> element in the <soapClient>, as shown below:
<soapClient>
<rootEndPointURL>http://myhost.us.example.com:7001</rootEndPointURL>
<identityPropagation mode="dynamic" type="saml">
<policy-references>
<policy-reference enabled="true" category="security"
uri="oracle/wss10_saml_token_client_policy"/>
</policy-references>
</identityPropagation> </soapClient>