[java-identity-provider] branch master updated: IDP-1434, IDP-1434 Add example names and Descriptions to default-rules.xml

Rod Widdowson rdw at steadingsoftware.com
Fri Jun 7 08:06:44 EDT 2019


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

rdw 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=c49ee2bf1b8451adbcc097eccd7d2bbd4ccce59b

The following commit(s) were added to refs/heads/master by this push:
       new  c49ee2b   IDP-1434, IDP-1434 Add example names and Descriptions to default-rules.xml
c49ee2b is described below

commit c49ee2bf1b8451adbcc097eccd7d2bbd4ccce59b
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Jun 7 13:03:06 2019 +0100

    IDP-1434, IDP-1434 Add example names and Descriptions to default-rules.xml
    
    https://issues.shibboleth.net/jira/browse/IDP-1434
    https://issues.shibboleth.net/jira/browse/IDP-1464
    
    Add some names and descriptions (mostly culled from SWITCH).  Added mostly
    as an aide-memoire to
---
 idp-conf/src/main/resources/attributes/default-rules.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/idp-conf/src/main/resources/attributes/default-rules.xml b/idp-conf/src/main/resources/attributes/default-rules.xml
index 657a83d..1a2e9c3 100644
--- a/idp-conf/src/main/resources/attributes/default-rules.xml
+++ b/idp-conf/src/main/resources/attributes/default-rules.xml
@@ -36,6 +36,14 @@
                     <entry key="transcoder" value="SAML2StringTranscoder SAML1StringTranscoder" />
                     <entry key="saml2.name" value="urn:oid:0.9.2342.19200300.100.1.3" />
                     <entry key="saml1.name" value="urn:mace:dir:attribute-def:mail" />
+                    <entry key="description.en" value="E-Mail: Preferred address for e-mail to be sent to this person" />
+                    <entry key="description.fr" value="Address Courriel" />
+                    <entry key="description.de" value="E-Mail Adresse" />
+                    <entry key="description.it" value="E-Mail: l'indirizzo e-mail preferito dall'utente" />
+                    <entry key="displayName.en" value="E-mail" />
+                    <entry key="displayName.de" value="E-mail" />
+                    <entry key="displayName.it" value="E-mail" />
+                    <entry key="displayName.fr" value="Email" />
                 </map>
             </property>
         </bean>
@@ -58,6 +66,14 @@
                     <entry key="transcoder" value="SAML2ScopedStringTranscoder SAML1ScopedStringTranscoder" />
                     <entry key="saml2.name" value="urn:oid:1.3.6.1.4.1.5923.1.1.1.9" />
                     <entry key="saml1.name" value="urn:mace:dir:attribute-def:eduPersonScopedAffiliation" />
+                    <entry key="description.en" value="Affiliation: Type of affiliation with Home Organization" />
+                    <entry key="description.it" value="Type d'affiliation dans l'organisation" />
+                    <entry key="description.de" value="Art der Zugehörigkeit zur Heimorganisation" />
+                    <entry key="description.it" value="Tipo di membro: Tipo di lavoro svolto per l'organizzazione" />
+                    <entry key="displayName.en" value="Affiliation" />
+                    <entry key="displayName.de" value="Zugehörigkeit" />
+                    <entry key="displayName.it" value="Tipo di membro" />
+                    <entry key="displayName.fr" value="Affiliation" />
                 </map>
             </property>
         </bean>

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


More information about the commits mailing list