[java-identity-provider] branch master updated: IDP-1591 - Switched saml1/saml2 names for telephoneNumber transcoding

Scott Cantor cantor.2 at osu.edu
Tue Apr 14 14:13:46 EDT 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=fca8467f816f9f35df93fed5e351d9f0424d2919

The following commit(s) were added to refs/heads/master by this push:
       new  fca8467   IDP-1591 - Switched saml1/saml2 names for telephoneNumber transcoding
fca8467 is described below

commit fca8467f816f9f35df93fed5e351d9f0424d2919
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 14 14:13:41 2020 -0400

    IDP-1591 - Switched saml1/saml2 names for telephoneNumber transcoding
    
    https://issues.shibboleth.net/jira/browse/IDP-1591
---
 idp-conf/src/main/resources/conf/attributes/inetOrgPerson.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-conf/src/main/resources/conf/attributes/inetOrgPerson.xml b/idp-conf/src/main/resources/conf/attributes/inetOrgPerson.xml
index da4cdcf..f2aebb1 100644
--- a/idp-conf/src/main/resources/conf/attributes/inetOrgPerson.xml
+++ b/idp-conf/src/main/resources/conf/attributes/inetOrgPerson.xml
@@ -447,8 +447,8 @@
                 <props merge="true">
                     <prop key="id">telephoneNumber</prop>
                     <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
-                    <prop key="saml2.name">urn:mace:dir:attribute-def:telephoneNumber</prop>
-                    <prop key="saml1.name">urn:oid:2.5.4.20</prop>
+                    <prop key="saml2.name">urn:oid:2.5.4.20</prop>
+                    <prop key="saml1.name">urn:mace:dir:attribute-def:telephoneNumber</prop>
                     <prop key="displayName.en">Business phone number</prop>
                     <prop key="displayName.de">Telefon Geschäft</prop>
                     <prop key="displayName.fr">Teléphone professionnel</prop>

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


More information about the commits mailing list