[cpp-sp COMMIT] in /branches/REL_2/configs: example-shibboleth2.xml shibboleth2.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jul 6 10:10:08 EDT 2015
Author: scantor
Date: Mon Jul 6 10:10:07 2015
New Revision: 3925
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3925&view=rev
Log:
Add schema validation to metadata examples
Modified:
branches/REL_2/configs/example-shibboleth2.xml
branches/REL_2/configs/shibboleth2.xml
Modified: branches/REL_2/configs/example-shibboleth2.xml
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/example-shibboleth2.xml?rev=3925&r1=3924&r2=3925&view=diff
==============================================================================
--- branches/REL_2/configs/example-shibboleth2.xml (original)
+++ branches/REL_2/configs/example-shibboleth2.xml Mon Jul 6 10:10:07 2015
@@ -225,7 +225,8 @@
<!-- Example of remotely supplied batch of signed metadata. -->
<!--
- <MetadataProvider type="XML" uri="http://federation.org/federation-metadata.xml"
+ <MetadataProvider type="XML" validate="true"
+ uri="http://federation.org/federation-metadata.xml"
backingFilePath="federation-metadata.xml" reloadInterval="7200">
<MetadataFilter type="RequireValidUntil" maxValidityInterval="2419200"/>
<MetadataFilter type="Signature" certificate="fedsigner.pem"/>
@@ -238,7 +239,7 @@
<!-- Example of locally maintained metadata. -->
<!--
- <MetadataProvider type="XML" file="partner-metadata.xml"/>
+ <MetadataProvider type="XML" validate="true" file="partner-metadata.xml"/>
-->
<!-- TrustEngines run in order to evaluate peer keys and certificates. -->
Modified: branches/REL_2/configs/shibboleth2.xml
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/shibboleth2.xml?rev=3925&r1=3924&r2=3925&view=diff
==============================================================================
--- branches/REL_2/configs/shibboleth2.xml (original)
+++ branches/REL_2/configs/shibboleth2.xml Mon Jul 6 10:10:07 2015
@@ -72,7 +72,8 @@
<!-- Example of remotely supplied batch of signed metadata. -->
<!--
- <MetadataProvider type="XML" uri="http://federation.org/federation-metadata.xml"
+ <MetadataProvider type="XML" validate="true"
+ uri="http://federation.org/federation-metadata.xml"
backingFilePath="federation-metadata.xml" reloadInterval="7200">
<MetadataFilter type="RequireValidUntil" maxValidityInterval="2419200"/>
<MetadataFilter type="Signature" certificate="fedsigner.pem"/>
@@ -85,7 +86,7 @@
<!-- Example of locally maintained metadata. -->
<!--
- <MetadataProvider type="XML" file="partner-metadata.xml"/>
+ <MetadataProvider type="XML" validate="true" file="partner-metadata.xml"/>
-->
<!-- Map to extract attributes from SAML assertions. -->
More information about the commits
mailing list