[java-identity-provider] branch master updated: IDP-1571 - Default sn mapping uses wrong attribute ID

Scott Cantor cantor.2 at osu.edu
Mon Mar 2 15:49:11 EST 2020


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=49b5e1581194bd5d68e480c22b34e476883a1163

The following commit(s) were added to refs/heads/master by this push:
       new  49b5e15   IDP-1571 - Default sn mapping uses wrong attribute ID
49b5e15 is described below

commit 49b5e1581194bd5d68e480c22b34e476883a1163
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 2 15:49:08 2020 -0500

    IDP-1571 - Default sn mapping uses wrong attribute ID
    
    https://issues.shibboleth.net/jira/browse/IDP-1571
---
 idp-conf/src/main/resources/conf/attributes/default-rules.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf/src/main/resources/conf/attributes/default-rules.xml b/idp-conf/src/main/resources/conf/attributes/default-rules.xml
index 24e6b09..4229710 100644
--- a/idp-conf/src/main/resources/conf/attributes/default-rules.xml
+++ b/idp-conf/src/main/resources/conf/attributes/default-rules.xml
@@ -143,7 +143,7 @@
         <bean parent="shibboleth.TranscodingProperties">
             <property name="properties">
                 <props merge="true">
-                    <prop key="id">surname</prop>
+                    <prop key="id">sn</prop>
                     <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
                     <prop key="saml2.name">urn:oid:2.5.4.4</prop>
                     <prop key="saml1.name">urn:mace:dir:attribute-def:sn</prop>

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


More information about the commits mailing list