[cpp-sp] branch master updated: Revert change from SSPCPP-811, and restore targeted-id rule.
Scott Cantor
cantor.2 at osu.edu
Thu Aug 2 15:19:20 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=f8590f93478d9b7b7e913c3120f7fe85aa6de9ee
The following commit(s) were added to refs/heads/master by this push:
new f8590f9 Revert change from SSPCPP-811, and restore targeted-id rule.
f8590f9 is described below
commit f8590f93478d9b7b7e913c3120f7fe85aa6de9ee
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Aug 2 15:19:12 2018 -0400
Revert change from SSPCPP-811, and restore targeted-id rule.
---
configs/attribute-policy.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/configs/attribute-policy.xml b/configs/attribute-policy.xml
index 349e213..6e97209 100644
--- a/configs/attribute-policy.xml
+++ b/configs/attribute-policy.xml
@@ -58,6 +58,10 @@
<afp:PermitValueRuleReference ref="ScopingRules"/>
</afp:AttributeRule>
+ <afp:AttributeRule attributeID="targeted-id">
+ <afp:PermitValueRuleReference ref="ScopingRules"/>
+ </afp:AttributeRule>
+
<!-- Require NameQualifier/SPNameQualifier match IdP and SP entityID respectively. -->
<afp:AttributeRule attributeID="persistent-id">
<afp:PermitValueRule xsi:type="saml:NameIDQualifierString"/>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list