[cpp-sp COMMIT] in /branches/REL_2/configs: example-shibboleth2.xml shibboleth2.xml win-shibboleth2.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Jan 28 20:17:57 EST 2015
Author: scantor
Date: Wed Jan 28 20:17:57 2015
New Revision: 3902
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3902&view=rev
Log:
https://issues.shibboleth.net/jira/browse/SSPCPP-634
Modified:
branches/REL_2/configs/example-shibboleth2.xml
branches/REL_2/configs/shibboleth2.xml
branches/REL_2/configs/win-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=3902&r1=3901&r2=3902&view=diff
==============================================================================
--- branches/REL_2/configs/example-shibboleth2.xml (original)
+++ branches/REL_2/configs/example-shibboleth2.xml Wed Jan 28 20:17:57 2015
@@ -229,7 +229,11 @@
backingFilePath="federation-metadata.xml" reloadInterval="7200">
<MetadataFilter type="RequireValidUntil" maxValidityInterval="2419200"/>
<MetadataFilter type="Signature" certificate="fedsigner.pem"/>
- </MetadataProvider>
+ <DiscoveryFilter type="Blacklist" matcher="EntityAttributes" trimTags="true"
+ attributeName="http://macedir.org/entity-category"
+ attributeNameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
+ attributeValue="http://refeds.org/category/hide-from-discovery" />
+ </MetadataProvider>
-->
<!-- Example of locally maintained metadata. -->
Modified: branches/REL_2/configs/shibboleth2.xml
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/shibboleth2.xml?rev=3902&r1=3901&r2=3902&view=diff
==============================================================================
--- branches/REL_2/configs/shibboleth2.xml (original)
+++ branches/REL_2/configs/shibboleth2.xml Wed Jan 28 20:17:57 2015
@@ -76,6 +76,10 @@
backingFilePath="federation-metadata.xml" reloadInterval="7200">
<MetadataFilter type="RequireValidUntil" maxValidityInterval="2419200"/>
<MetadataFilter type="Signature" certificate="fedsigner.pem"/>
+ <DiscoveryFilter type="Blacklist" matcher="EntityAttributes" trimTags="true"
+ attributeName="http://macedir.org/entity-category"
+ attributeNameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
+ attributeValue="http://refeds.org/category/hide-from-discovery" />
</MetadataProvider>
-->
Modified: branches/REL_2/configs/win-shibboleth2.xml
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/win-shibboleth2.xml?rev=3902&r1=3901&r2=3902&view=diff
==============================================================================
--- branches/REL_2/configs/win-shibboleth2.xml (original)
+++ branches/REL_2/configs/win-shibboleth2.xml Wed Jan 28 20:17:57 2015
@@ -119,6 +119,10 @@
backingFilePath="federation-metadata.xml" reloadInterval="7200">
<MetadataFilter type="RequireValidUntil" maxValidityInterval="2419200"/>
<MetadataFilter type="Signature" certificate="fedsigner.pem"/>
+ <DiscoveryFilter type="Blacklist" matcher="EntityAttributes" trimTags="true"
+ attributeName="http://macedir.org/entity-category"
+ attributeNameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
+ attributeValue="http://refeds.org/category/hide-from-discovery" />
</MetadataProvider>
-->
More information about the commits
mailing list