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

noreply at shibboleth.net noreply at shibboleth.net
Tue Jan 28 12:17:45 EST 2014


Author: tzeller
Date: Tue Jan 28 12:17:45 2014
New Revision: 5258

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5258&view=rev
Log:
For testbed flow tests, changed AuthRequestsSigned to "false" for SPSSODescriptor.

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

Modified: trunk/idp-conf/src/main/resources/metadata/example-metadata.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/metadata/example-metadata.xml?rev=5258&r1=5257&r2=5258&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/metadata/example-metadata.xml (original)
+++ trunk/idp-conf/src/main/resources/metadata/example-metadata.xml Tue Jan 28 12:17:45 2014
@@ -1,5 +1,5 @@
 <EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://sp.example.org">
-    <SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol" AuthnRequestsSigned="true">
+    <SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol" AuthnRequestsSigned="false">
         <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://localhost/sp/SAML2/POST/ACS" index="0"/>
     </SPSSODescriptor>
 </EntityDescriptor>



More information about the commits mailing list