[java-identity-provider COMMIT] /trunk/idp-conf/src/test/resources/metadata/example-metadata.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Jul 1 13:38:34 EDT 2015


Author: tzeller
Date: Wed Jul  1 13:38:33 2015
New Revision: 7618

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7618&view=rev
Log:
IDP-738 - Add non-secure SAML1 endpoint to example metadata.

https://issues.shibboleth.net/jira/browse/IDP-738

Modified:
    trunk/idp-conf/src/test/resources/metadata/example-metadata.xml

Modified: trunk/idp-conf/src/test/resources/metadata/example-metadata.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/test/resources/metadata/example-metadata.xml?rev=7618&r1=7617&r2=7618&view=diff
==============================================================================
--- trunk/idp-conf/src/test/resources/metadata/example-metadata.xml	(original)
+++ trunk/idp-conf/src/test/resources/metadata/example-metadata.xml	Wed Jul  1 13:38:33 2015
@@ -88,6 +88,7 @@
 
         <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:PAOS" Location="https://localhost:8443/sp/SAML2/PAOS/ACS" index="6"/>
         
+        <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post" Location="http://localhost:8080/sp/SAML1/POST/ACS" index="9"/>
         <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post" Location="https://localhost:8443/sp/SAML1/POST/ACS" index="10"/>
         <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:artifact-01" Location="https://localhost:8443/sp/SAML1/Artifact/ACS" index="11"/>
         <AttributeConsumingService isDefault="true" index="1">



More information about the commits mailing list