Added schemaHack to IQ example.
authorcantor <cantor@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 1 Jul 2005 22:55:43 +0000 (22:55 +0000)
committercantor <cantor@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 1 Jul 2005 22:55:43 +0000 (22:55 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1680 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/conf/dist.idp.xml

index 2e4ee3a..1a8d490 100644 (file)
                <NameID nameMapping="shm"/> <!-- (nameMapping) must correspond to a <NameMapping/> element below -->
        </RelyingParty>
 
-       <!-- InQueue example -->
+       <!-- InQueue example (the schemaHack is needed for 1.1/1.2 SPs)-->
        <!--
-       <RelyingParty name="urn:mace:inqueue" signingCredential="inqueue_cred"> 
+       <RelyingParty name="urn:mace:inqueue" signingCredential="inqueue_cred"
+                       schemaHack="true"> 
                <NameID nameMapping="shm"/>
        </RelyingParty> -->