blob: fb3a4cd7ad21a242cde19d1889f08b64e8dfe806 [file] [log] [blame]
<!-- Security token service configuration -->
<service name="STS">
<operation name="RequestSecurityToken">
<messageReceiver class="org.apache.rahas.STSMessageReceiver"/>
<actionMapping>http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue</actionMapping>
<actionMapping>http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Renew</actionMapping>
<actionMapping>http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Cancel</actionMapping>
<actionMapping>http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Validate</actionMapping>
<actionMapping>http://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT</actionMapping>
</operation>
<!-- Using the config file -->
<parameter name="token-dispatcher-configuration-file">token-dispatcher-configuration.xml</parameter>
<parameter name="InflowSecurity">
<action>
<items>Timestamp Signature</items>
<signaturePropFile>sctIssuer.properties</signaturePropFile>
</action>
</parameter>
<parameter name="OutflowSecurity">
<action>
<items>Timestamp</items>
</action>
</parameter>
</service>