[cpp-sp] branch master updated: Add scope filter to new subject IDs.

Scott Cantor cantor.2 at osu.edu
Fri Jun 8 11:23:44 EDT 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=be0f924c7a624aea69c35acda0b180d81d9e06ba

The following commit(s) were added to refs/heads/master by this push:
       new  be0f924   Add scope filter to new subject IDs.
be0f924 is described below

commit be0f924c7a624aea69c35acda0b180d81d9e06ba
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 8 11:23:40 2018 -0400

    Add scope filter to new subject IDs.
---
 configs/attribute-policy.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/configs/attribute-policy.xml b/configs/attribute-policy.xml
index 7145fc1..6e97209 100644
--- a/configs/attribute-policy.xml
+++ b/configs/attribute-policy.xml
@@ -45,6 +45,14 @@
         <afp:AttributeRule attributeID="primary-affiliation">
             <afp:PermitValueRuleReference ref="eduPersonAffiliationValues"/>
         </afp:AttributeRule>
+
+        <afp:AttributeRule attributeID="subject-id">
+            <afp:PermitValueRuleReference ref="ScopingRules"/>
+        </afp:AttributeRule>
+
+        <afp:AttributeRule attributeID="pairwise-id">
+            <afp:PermitValueRuleReference ref="ScopingRules"/>
+        </afp:AttributeRule>
         
         <afp:AttributeRule attributeID="eppn">
             <afp:PermitValueRuleReference ref="ScopingRules"/>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list