Add artifact resolution config profile to defaue config
authorlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 13 Sep 2007 14:39:31 +0000 (14:39 +0000)
committerlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 13 Sep 2007 14:39:31 +0000 (14:39 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2387 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

resources/conf/relying-party.xml
test/data/conf1/relying-party.xml

index 64baf3c..a533a78 100644 (file)
                   provider="http://idp.example.org">
         <ProfileConfiguration xsi:type="saml:ShibbolethSSOProfile" />
         <ProfileConfiguration xsi:type="saml:SAML1AttributeQueryProfile" />
+        <ProfileConfiguration xsi:type="saml:SAML1ArtifactResolutionProfile" />
         <ProfileConfiguration xsi:type="saml:SAML2SSOProfile" />
         <ProfileConfiguration xsi:type="saml:SAML2AttributeQueryProfile" />
+        <ProfileConfiguration xsi:type="saml:SAML2ArtifactResolutionProfile" />
     </RelyingParty>
     
     
index 86867de..516a8c2 100644 (file)
     <DefaultRelyingParty provider="http://example.org/IdP" />
         
     <RelyingParty id="urn:example.org"
-                  provider="urn:example.org:idp1">
+                  provider="http://idp.example.org">
         <ProfileConfiguration xsi:type="saml:ShibbolethSSOProfile" />
         <ProfileConfiguration xsi:type="saml:SAML1AttributeQueryProfile" />
+        <ProfileConfiguration xsi:type="saml:SAML1ArtifactResolutionProfile" />
         <ProfileConfiguration xsi:type="saml:SAML2SSOProfile" />
         <ProfileConfiguration xsi:type="saml:SAML2AttributeQueryProfile" />
+        <ProfileConfiguration xsi:type="saml:SAML2ArtifactResolutionProfile" />
     </RelyingParty>
     
     <RelyingParty id="urn:example.org:BogusSP"