[cpp-sp] branch master updated: SSPCPP-812 - Add additional SCHAC attributes

Scott Cantor cantor.2 at osu.edu
Fri Jul 6 10:31:01 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=4140396f49e4a36f9f80e40a366a2aa9a31f167b

The following commit(s) were added to refs/heads/master by this push:
       new  4140396   SSPCPP-812 - Add additional SCHAC attributes
4140396 is described below

commit 4140396f49e4a36f9f80e40a366a2aa9a31f167b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jul 6 10:30:28 2018 -0400

    SSPCPP-812 - Add additional SCHAC attributes
    
    https://issues.shibboleth.net/jira/browse/SSPCPP-812
---
 configs/attribute-map.xml | 28 +++++++++++++++++++++++-----
 1 file changed, 23 insertions(+), 5 deletions(-)

diff --git a/configs/attribute-map.xml b/configs/attribute-map.xml
index 84bdd88..c41f033 100644
--- a/configs/attribute-map.xml
+++ b/configs/attribute-map.xml
@@ -84,11 +84,6 @@
     <Attribute name="urn:mace:dir:attribute-def:eduPersonOrgUnitDN" id="orgunit-dn"/>
     <Attribute name="urn:mace:dir:attribute-def:eduPersonOrgDN" id="org-dn"/>
     -->
-
-    <!-- SCHAC attributes... -->
-    <!--
-    <Attribute name="urn:oid:1.3.6.1.4.1.25178.1.2.9" id="schacHomeOrganization"/>
-    -->
     
     <!-- Older LDAP-defined attributes (SAML 2.0 names followed by SAML 1 names)... -->
     <!--
@@ -149,4 +144,27 @@
     <Attribute name="urn:mace:dir:attribute-def:physicalDeliveryOfficeName" id="physicalDeliveryOfficeName"/>
     -->
 
+    <!-- SCHAC attributes... -->
+    <!--
+    <Attribute name="urn:oid:1.3.6.1.4.1.25178.1.2.9" id="schacHomeOrganization">
+        <AttributeDecoder xsi:type="StringAttributeDecoder" caseSensitive="false"/>
+    </Attribute>
+    <Attribute name="urn:oid:1.3.6.1.4.1.25178.1.2.10" id="schacHomeOrganizationType">
+        <AttributeDecoder xsi:type="StringAttributeDecoder" caseSensitive="false"/>
+    </Attribute>
+    <Attribute name="urn:oid:1.3.6.1.4.1.25178.1.2.14" id="schacPersonalUniqueCode">
+        <AttributeDecoder xsi:type="StringAttributeDecoder" caseSensitive="false"/>
+    </Attribute>
+    <Attribute name="urn:oid:1.3.6.1.4.1.25178.1.2.15" id="schacPersonalUniqueID"/>
+    <Attribute name="urn:oid:1.3.6.1.4.1.25178.1.2.19" id="schacUserStatus">
+        <AttributeDecoder xsi:type="StringAttributeDecoder" caseSensitive="false"/>
+    </Attribute>
+    <Attribute name="urn:oid:1.3.6.1.4.1.25178.1.2.20" id="schacProjectMembership">
+        <AttributeDecoder xsi:type="StringAttributeDecoder" caseSensitive="false"/>
+    </Attribute>
+    <Attribute name="urn:oid:1.3.6.1.4.1.25178.1.2.21" id="schacProjectSpecificRole">
+        <AttributeDecoder xsi:type="StringAttributeDecoder" caseSensitive="false"/>
+    </Attribute>
+    -->
+
 </Attributes>

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


More information about the commits mailing list