blob: 2000e8795ca148ba25442880bc7e3d69dbbaeaaf [file] [log] [blame]
<token-dispatcher-configuration>
<!-- Issuers. You may have many issuers. -->
<issuer class="org.apache.rahas.impl.SCTIssuer" default="true">
<configuration type="file">sct-issuer-config.xml</configuration>
<tokenType>http://schemas.xmlsoap.org/ws/2005/02/sc/sct</tokenType>
</issuer>
<issuer class="org.apache.rahas.impl.SAMLTokenIssuer">
<configuration type="file">META-INF/saml-issuer-config.xml</configuration>
<tokenType>http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1</tokenType>
</issuer>
<!-- Only a single canceler is allowed -->
<canceler class="org.apache.rahas.impl.TokenCancelerImpl">
<configuration type="file">META-INF/token-canceler-config.xml</configuration>
</canceler>
</token-dispatcher-configuration>