[cpp-sp] branch main updated: SSPCPP-942 - Use type="Exclude" in example configs
Scott Cantor
cantor.2 at osu.edu
Tue Oct 19 18:23:10 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=9721e513b095e163cbebfc70d479c5d638592187
The following commit(s) were added to refs/heads/main by this push:
new 9721e513 SSPCPP-942 - Use type="Exclude" in example configs
9721e513 is described below
commit 9721e513b095e163cbebfc70d479c5d638592187
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 19 14:22:21 2021 -0400
SSPCPP-942 - Use type="Exclude" in example configs
https://shibboleth.atlassian.net/browse/SSPCPP-942
---
configs/example-shibboleth2.xml | 2 +-
configs/shibboleth2.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configs/example-shibboleth2.xml b/configs/example-shibboleth2.xml
index 3d481e57..71ebebd5 100644
--- a/configs/example-shibboleth2.xml
+++ b/configs/example-shibboleth2.xml
@@ -235,7 +235,7 @@
backingFilePath="federation-metadata.xml" maxRefreshDelay="7200">
<MetadataFilter type="RequireValidUntil" maxValidityInterval="2419200"/>
<MetadataFilter type="Signature" certificate="fedsigner.pem" verifyBackup="false"/>
- <DiscoveryFilter type="Blacklist" matcher="EntityAttributes" trimTags="true"
+ <DiscoveryFilter type="Exclude" 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" />
diff --git a/configs/shibboleth2.xml b/configs/shibboleth2.xml
index cbe08c07..ddfb98aa 100644
--- a/configs/shibboleth2.xml
+++ b/configs/shibboleth2.xml
@@ -76,7 +76,7 @@
backingFilePath="federation-metadata.xml" maxRefreshDelay="7200">
<MetadataFilter type="RequireValidUntil" maxValidityInterval="2419200"/>
<MetadataFilter type="Signature" certificate="fedsigner.pem" verifyBackup="false"/>
- <DiscoveryFilter type="Blacklist" matcher="EntityAttributes" trimTags="true"
+ <DiscoveryFilter type="Exclude" 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" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list