[java-identity-provider] branch master updated: IDP-1306 - Add the new SAML identifiers to attribute-resolver-full.xml

Scott Cantor cantor.2 at osu.edu
Sun Sep 16 21:13:08 EDT 2018


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

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=3394fa9654ab16f3463df6afd45749fb58863f71

The following commit(s) were added to refs/heads/master by this push:
       new  3394fa9   IDP-1306 - Add the new SAML identifiers to attribute-resolver-full.xml
3394fa9 is described below

commit 3394fa9654ab16f3463df6afd45749fb58863f71
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Sun Sep 16 21:13:06 2018 -0400

    IDP-1306 - Add the new SAML identifiers to attribute-resolver-full.xml
    
    https://issues.shibboleth.net/jira/browse/IDP-1306
    
    Redo eduPersonUniqueId example/comment.
---
 .../src/main/resources/conf/attribute-resolver-full.xml   | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/idp-conf/src/main/resources/conf/attribute-resolver-full.xml b/idp-conf/src/main/resources/conf/attribute-resolver-full.xml
index b5b61ae..02ea7e8 100644
--- a/idp-conf/src/main/resources/conf/attribute-resolver-full.xml
+++ b/idp-conf/src/main/resources/conf/attribute-resolver-full.xml
@@ -204,12 +204,6 @@
         <AttributeEncoder xsi:type="SAML2String" name="urn:oid:1.3.6.1.4.1.5923.1.1.1.5" friendlyName="eduPersonPrimaryAffiliation" encodeType="false" />
     </AttributeDefinition>
 
-    <AttributeDefinition xsi:type="Scoped" id="eduPersonUniqueId" scope="%{idp.scope}">
-        <InputDataConnector ref="myLDAP" attributeNames="localUniqueId"/>
-        <AttributeEncoder xsi:type="SAML1ScopedString" name="urn:oid:1.3.6.1.4.1.5923.1.1.1.13" encodeType="false" />
-        <AttributeEncoder xsi:type="SAML2ScopedString" name="urn:oid:1.3.6.1.4.1.5923.1.1.1.13" friendlyName="eduPersonUniqueId" encodeType="false" />
-    </AttributeDefinition>
-
     <AttributeDefinition xsi:type="Prescoped" id="eduPersonPrincipalName">
         <InputDataConnector ref="myLDAP" attributeNames="eduPersonPrincipalName"/>
         <AttributeEncoder xsi:type="SAML1ScopedString" name="urn:mace:dir:attribute-def:eduPersonPrincipalName" encodeType="false" />
@@ -235,6 +229,15 @@
     </AttributeDefinition>
 -->
 
+    <!-- Semi-deprecated eduPersonUniqueId, should be phased out in favor of SAML subject-id replacement below. -->
+<!-- 
+    <AttributeDefinition xsi:type="Scoped" id="eduPersonUniqueId" scope="%{idp.scope}">
+        <InputDataConnector ref="myLDAP" attributeNames="%{idp.persistentId.sourceAttribute}"/>
+        <AttributeEncoder xsi:type="SAML1ScopedString" name="urn:oid:1.3.6.1.4.1.5923.1.1.1.13" encodeType="false" />
+        <AttributeEncoder xsi:type="SAML2ScopedString" name="urn:oid:1.3.6.1.4.1.5923.1.1.1.13" friendlyName="eduPersonUniqueId" encodeType="false" />
+    </AttributeDefinition>
+-->
+
     <!-- Schema: SAML Subject ID Attributes -->
 <!--
     <AttributeDefinition xsi:type="Scoped" id="subject-id" scope="%{idp.scope}">

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


More information about the commits mailing list