No need to load SAML 1 artifact decoder, nothing sends artifacts *to* the IdP in...
authorlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 6 Sep 2007 15:54:36 +0000 (15:54 +0000)
committerlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 6 Sep 2007 15:54:36 +0000 (15:54 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2371 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

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

index b4aabd3..9c1cab3 100644 (file)
         </entry>
         <entry>
             <key>
-                <value>urn:oasis:names:tc:SAML:1.0:profiles:artifact-01</value>
-            </key>
-            <bean id="shibboleth.SAML1HttpArtifactDecoder"
-                class="org.opensaml.saml1.binding.decoding.HTTPArtifactDecoder">
-            </bean>
-        </entry>
-        <entry>
-            <key>
                 <value>urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding</value>
             </key>
             <bean id="shibboleth.SAML1HttpSoap11Decoder"
index 313ea4b..ea30879 100644 (file)
@@ -26,8 +26,8 @@
     
     <DefaultRelyingParty provider="http://example.org/IdP" />
     
-    <RelyingParty id="urn:example.org:myFederation"
-                  provider="urn:example.org:myFederation:idp1">
+    <RelyingParty id="urn:example.org"
+                  provider="http://idp.example.org">
         <ProfileConfiguration xsi:type="saml:ShibbolethSSOProfile" />
         <ProfileConfiguration xsi:type="saml:SAML1AttributeQueryProfile" />
         <ProfileConfiguration xsi:type="saml:SAML2SSOProfile" />
index 1a3c97d..09fe940 100644 (file)
         </entry>
         <entry>
             <key>
-                <value>urn:oasis:names:tc:SAML:1.0:profiles:artifact-01</value>
-            </key>
-            <bean id="shibboleth.SAML1HttpArtifactDecoder"
-                class="org.opensaml.saml1.binding.decoding.HTTPArtifactDecoder">
-            </bean>
-        </entry>
-        <entry>
-            <key>
                 <value>urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding</value>
             </key>
             <bean id="shibboleth.SAML1HttpSoap11Decoder"