[java-identity-provider] branch maint-4 updated: IDP-2267 - Schac rules do not include SAML 1 transcoder
Scott Cantor
cantor.2 at osu.edu
Fri Mar 15 16:49:10 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=332d87e8299914ae761049541909f89c865e3876
The following commit(s) were added to refs/heads/maint-4 by this push:
new 332d87e82 IDP-2267 - Schac rules do not include SAML 1 transcoder
332d87e82 is described below
commit 332d87e8299914ae761049541909f89c865e3876
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Mar 15 12:49:07 2024 -0400
IDP-2267 - Schac rules do not include SAML 1 transcoder
https://shibboleth.atlassian.net/browse/IDP-2267
Copied over latest file shipping with V5.
---
.../src/main/resources/conf/attributes/schac.xml | 168 +++++++++++++++------
1 file changed, 123 insertions(+), 45 deletions(-)
diff --git a/idp-conf/src/main/resources/conf/attributes/schac.xml b/idp-conf/src/main/resources/conf/attributes/schac.xml
index a43531c7e..640f4a74a 100644
--- a/idp-conf/src/main/resources/conf/attributes/schac.xml
+++ b/idp-conf/src/main/resources/conf/attributes/schac.xml
@@ -26,13 +26,17 @@
<property name="properties">
<props merge="true">
<prop key="id">schacMotherTongue</prop>
- <prop key="transcoder">SAML2StringTranscoder</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
<prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.1</prop>
<prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.1</prop>
<prop key="displayName.en">Mother Tongue</prop>
+ <prop key="displayName.de">Muttersprache</prop>
<prop key="displayName.fr">Langue maternelle</prop>
- <prop key="description.en">Mother Tongue of the user</prop>
+ <prop key="displayName.it">Lingua Madre</prop>
+ <prop key="description.en">Mother tongue of the subject</prop>
+ <prop key="description.de">Muttersprache der Person</prop>
<prop key="description.fr">Langue maternelle (la langue apprise en premier par une personne : fr</prop>
+ <prop key="description.it">Lingua Madre dell'utente</prop>
</props>
</property>
</bean>
@@ -41,13 +45,17 @@
<property name="properties">
<props merge="true">
<prop key="id">schacGender</prop>
- <prop key="transcoder">SAML2StringTranscoder</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
<prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.2</prop>
<prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.2</prop>
<prop key="displayName.en">Gender</prop>
+ <prop key="displayName.de">Geschlecht</prop>
<prop key="displayName.fr">Genre</prop>
- <prop key="description.en">Gender of the user</prop>
+ <prop key="displayName.it">Genere</prop>
+ <prop key="description.en">Gender of the subject</prop>
+ <prop key="description.de">Geschlecht der Person</prop>
<prop key="description.fr">Genre de la personne : un chiffre (0 "Not known, 1 "Male", 2 "Female", 9 "Not specified")</prop>
+ <prop key="description.it">Genere dell'utente</prop>
</props>
</property>
</bean>
@@ -56,13 +64,17 @@
<property name="properties">
<props merge="true">
<prop key="id">schacDateOfBirth</prop>
- <prop key="transcoder">SAML2StringTranscoder</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
<prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.3</prop>
<prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.3</prop>
- <prop key="displayName.en">Date or Birth</prop>
+ <prop key="displayName.en">Date of Birth</prop>
+ <prop key="displayName.de">Geburtsdatum</prop>
<prop key="displayName.fr">Date de naissance</prop>
- <prop key="description.en">The date of birth for the subject it is associated with</prop>
+ <prop key="displayName.it">Giorno di nascita</prop>
+ <prop key="description.en">The date of birth of the subject</prop>
+ <prop key="description.de">Geburtsdatum der Person</prop>
<prop key="description.fr">Date de naissance au format "YYYYMMJJ"</prop>
+ <prop key="description.it">Giorno di nascita del soggetto</prop>
</props>
</property>
</bean>
@@ -71,13 +83,17 @@
<property name="properties">
<props merge="true">
<prop key="id">schacYearOfBirth</prop>
- <prop key="transcoder">SAML2StringTranscoder</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
<prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.0.2.3</prop>
- <prop key="saml1.name">urn:schac:attribute-def:schacYearOfBirth</prop>
+ <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.0.2.3</prop>
<prop key="displayName.en">Year of birth</prop>
+ <prop key="displayName.de">Geburtsjahr</prop>
<prop key="displayName.fr">Année de naissance</prop>
- <prop key="description.en">The year of birth for the subject it is associated with</prop>
+ <prop key="displayName.it">Anno di nascita</prop>
+ <prop key="description.en">The year of birth for the subject</prop>
+ <prop key="description.de">Geburtsjahr der Person</prop>
<prop key="description.fr">Année de naissance au format "YYYY"</prop>
+ <prop key="description.it">Anno di nascita del soggetto</prop>
</props>
</property>
</bean>
@@ -86,13 +102,17 @@
<property name="properties">
<props merge="true">
<prop key="id">schacPlaceOfBirth</prop>
- <prop key="transcoder">SAML2StringTranscoder</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
<prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.4</prop>
<prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.4</prop>
<prop key="displayName.en">Place of Birth</prop>
+ <prop key="displayName.de">Geburtsort</prop>
<prop key="displayName.fr">Lieu de naissance</prop>
- <prop key="description.en">The place of birth for the subject it is associated with</prop>
+ <prop key="displayName.it">Luogo di nascita</prop>
+ <prop key="description.en">The place of birth of the subject</prop>
+ <prop key="description.de">Geburtsort der Person</prop>
<prop key="description.fr">Lieu de naissance</prop>
+ <prop key="description.it">Luogo di nascita del soggetto</prop>
</props>
</property>
</bean>
@@ -101,13 +121,16 @@
<property name="properties">
<props merge="true">
<prop key="id">schacCountryOfCitizenship</prop>
- <prop key="transcoder">SAML2StringTranscoder</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
<prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.5</prop>
<prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.5</prop>
<prop key="displayName.en">Country of Citizenship</prop>
+ <prop key="displayName.de">Nationalität</prop>
<prop key="displayName.fr">Nationalité</prop>
- <prop key="description.en">The countries of citizenship for the subject it is associated with</prop>
+ <prop key="description.en">The countries of citizenship of the subject</prop>
+ <prop key="description.de">Nationalitäten der Person</prop>
<prop key="description.fr">Pays où une personne est un citoyen : 2 lettres au format ISO 3166 (fr, es...)</prop>
+ <prop key="description.it">Cittadinanza</prop>
</props>
</property>
</bean>
@@ -116,13 +139,17 @@
<property name="properties">
<props merge="true">
<prop key="id">schacSn1</prop>
- <prop key="transcoder">SAML2StringTranscoder</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
<prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.6</prop>
- <prop key="saml1.name">urn:schac:attribute-def:schacSn1</prop>
+ <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.6</prop>
<prop key="displayName.en">First Surname</prop>
+ <prop key="displayName.de">Erster Nachname</prop>
<prop key="displayName.fr">Premier nom</prop>
- <prop key="description.en">First surname of a person ("the surname" in international terms)</prop>
+ <prop key="displayName.it">Primo Cognome</prop>
+ <prop key="description.en">First surname of the subject ("the surname" in international terms)</prop>
+ <prop key="description.de">Erster Nachname einer Person</prop>
<prop key="description.fr">Premier nom d'une personne</prop>
+ <prop key="description.it">Il cognome di una persona</prop>
</props>
</property>
</bean>
@@ -131,13 +158,17 @@
<property name="properties">
<props merge="true">
<prop key="id">schacSn2</prop>
- <prop key="transcoder">SAML2StringTranscoder</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
<prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.7</prop>
- <prop key="saml1.name">urn:schac:attribute-def:schacSn2</prop>
+ <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.7</prop>
<prop key="displayName.en">Second Surname</prop>
+ <prop key="displayName.de">Zweiter Nachname</prop>
<prop key="displayName.fr">Second nom</prop>
- <prop key="description.en">Second surname of a person</prop>
+ <prop key="displayName.it">Secondo Cognome</prop>
+ <prop key="description.en">Second surname of the subject</prop>
+ <prop key="description.de">Zweiter Nachname der Person</prop>
<prop key="description.fr">Second nom d'une personne</prop>
+ <prop key="description.it">Secondo cognome di una persona</prop>
</props>
</property>
</bean>
@@ -146,13 +177,17 @@
<property name="properties">
<props merge="true">
<prop key="id">schacPersonalTitle</prop>
- <prop key="transcoder">SAML2StringTranscoder</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
<prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.8</prop>
- <prop key="saml1.name">urn:schac:attribute-def:schacPersonalTitle</prop>
+ <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.8</prop>
<prop key="displayName.en">Personal Title</prop>
+ <prop key="displayName.de">Persönlicher Titel</prop>
<prop key="displayName.fr">Titre</prop>
- <prop key="description.en">Nice name used for the user</prop>
+ <prop key="displayName.it">Soprannome</prop>
+ <prop key="description.en">Personal title of the subject</prop>
+ <prop key="description.de">Persönlicher Titel in der Anrede</prop>
<prop key="description.fr">Titre de la personne</prop>
+ <prop key="description.it">Titolo usato per salutare l'utente</prop>
</props>
</property>
</bean>
@@ -161,15 +196,21 @@
<property name="properties">
<props merge="true">
<prop key="id">schacHomeOrganization</prop>
- <prop key="transcoder">SAML2StringTranscoder</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
<prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.9</prop>
<prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.9</prop>
<prop key="displayName.en">Home Organization</prop>
+ <prop key="displayName.de">Heimatorganisation</prop>
+ <prop key="displayName.de-ch">Heimorganisation</prop>
<prop key="displayName.fi">Kotiorganisaatio</prop>
<prop key="displayName.fr">Organisme</prop>
- <prop key="description.en">The domain name of the person's home organisation</prop>
+ <prop key="displayName.it">Dominio dell'istituzione</prop>
+ <prop key="description.en">The domain name of the subject's home organisation</prop>
+ <prop key="description.de">Domänenname der Heimatorganisation der Person</prop>
+ <prop key="description.de-ch">Domainname der Heimorganisation der Person</prop>
<prop key="description.fi">Henkilön kotiorganisaation domain-nimi</prop>
<prop key="description.fr">Nom de domaine DNS de l'organisme d'origine d'une personne</prop>
+ <prop key="description.it">Dominio dell'istituzione</prop>
</props>
</property>
</bean>
@@ -178,15 +219,21 @@
<property name="properties">
<props merge="true">
<prop key="id">schacHomeOrganizationType</prop>
- <prop key="transcoder">SAML2StringTranscoder</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
<prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.10</prop>
<prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.10</prop>
<prop key="displayName.en">Home organization type</prop>
+ <prop key="displayName.de">Art der Heimatorganisation</prop>
+ <prop key="displayName.de-ch">Art der Heimorganisation</prop>
<prop key="displayName.fi">Kotiorganisaation tyyppi</prop>
<prop key="displayName.fr">Type d'organisme</prop>
+ <prop key="displayName.it">Tipo di organizzazione di appartenenza (internazionale)</prop>
<prop key="description.en">Home organisation type: university, polytechnic, etc</prop>
+ <prop key="description.de">Art der Heimatorganisation: Universität, Fachhochschule, etc.</prop>
+ <prop key="description.de-ch">Art der Heimorganisation: Universität, Fachhochschule, etc.</prop>
<prop key="description.fi">Kotiorganisaation tyyppi: yliopisto, ammattikorkeakoulu jne</prop>
<prop key="description.fr">Type d'organisme d'origine d'une personne</prop>
+ <prop key="description.it">Tipo di organizzazione di appartenenza</prop>
</props>
</property>
</bean>
@@ -195,13 +242,17 @@
<property name="properties">
<props merge="true">
<prop key="id">schacCountryOfResidence</prop>
- <prop key="transcoder">SAML2StringTranscoder</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
<prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.11</prop>
<prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.11</prop>
<prop key="displayName.en">Country of Residence</prop>
+ <prop key="displayName.de">Land des Wohnsitzes</prop>
<prop key="displayName.fr">Pays de résidence</prop>
- <prop key="description.en">The country of residence for the subject</prop>
+ <prop key="displayName.it">Residenza</prop>
+ <prop key="description.en">The country of residence of the subject</prop>
+ <prop key="description.de">Land des Wohnsitzes der Person</prop>
<prop key="description.fr">Pays de résidence : fr, es...</prop>
+ <prop key="description.it">Paese di residenza dell'utente</prop>
</props>
</property>
</bean>
@@ -210,13 +261,15 @@
<property name="properties">
<props merge="true">
<prop key="id">schacUserPresenceID</prop>
- <prop key="transcoder">SAML2StringTranscoder</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
<prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.12</prop>
<prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.12</prop>
<prop key="displayName.en">User Presence ID</prop>
<prop key="displayName.fr">Identifiant de présence</prop>
- <prop key="description.en">Identifiers that user collect on the net</prop>
+ <prop key="displayName.it">ID utente sulla rete</prop>
+ <prop key="description.en">User presence identifiers of the subject</prop>
<prop key="description.fr">Ensemble de valeurs liées aux protocoles de présence réseau (sip, xmpp, h323...)</prop>
+ <prop key="description.it">Identificativi usati dall'utente sulla rete</prop>
</props>
</property>
</bean>
@@ -225,13 +278,15 @@
<property name="properties">
<props merge="true">
<prop key="id">schacPersonalPosition</prop>
- <prop key="transcoder">SAML2StringTranscoder</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
<prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.13</prop>
<prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.13</prop>
<prop key="displayName.en">Personal Position</prop>
<prop key="displayName.fr">Position/Rôle</prop>
- <prop key="description.en">Personal Position of the user for the institution</prop>
+ <prop key="displayName.it">Ruolo ricoperto</prop>
+ <prop key="description.en">Personal position of the subject within the institution</prop>
<prop key="description.fr">Position/Rôle de la personne au sein d'une institution</prop>
+ <prop key="description.it">Ruolo dell'utente nell'istituzione</prop>
</props>
</property>
</bean>
@@ -240,13 +295,17 @@
<property name="properties">
<props merge="true">
<prop key="id">schacPersonalUniqueCode</prop>
- <prop key="transcoder">SAML2StringTranscoder</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
<prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.14</prop>
<prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.14</prop>
<prop key="displayName.en">Personal Unique Code</prop>
+ <prop key="displayName.de">Persönlicher eindeutiger Code</prop>
<prop key="displayName.fr">Code personnel unique</prop>
- <prop key="description.en">Unique code for the subject it is associated with</prop>
+ <prop key="displayName.it">Codice Univoco</prop>
+ <prop key="description.en">Unique code for the subject</prop>
+ <prop key="description.de">Eindeutiger Code der Person</prop>
<prop key="description.fr">"Code unique" pour le sujet auquel il est associé (peut être le numéro d'étudiant, le numéro d'employé, ...)</prop>
+ <prop key="description.it">Codice Univoco legato al soggetto</prop>
</props>
</property>
</bean>
@@ -255,13 +314,17 @@
<property name="properties">
<props merge="true">
<prop key="id">schacPersonalUniqueID</prop>
- <prop key="transcoder">SAML2StringTranscoder</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
<prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.15</prop>
<prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.15</prop>
<prop key="displayName.en">Personal Unique ID</prop>
+ <prop key="displayName.de">Eindeutiger persönlicher Identifikator</prop>
<prop key="displayName.fr">Identifiant personnel unique</prop>
- <prop key="description.en">Unique Legal Identifier of a person</prop>
+ <prop key="displayName.it">ID Legale Univoco</prop>
+ <prop key="description.en">Personal unique identifier of the subject</prop>
+ <prop key="description.de">Eindeutiger rechtlicher Identifikator der Person</prop>
<prop key="description.fr">identifiant unique légal (DNI en espagne)</prop>
+ <prop key="description.it">Identificativo Univoco Legale associato alla persona</prop>
</props>
</property>
</bean>
@@ -270,13 +333,16 @@
<property name="properties">
<props merge="true">
<prop key="id">schacExpiryDate</prop>
- <prop key="transcoder">SAML2StringTranscoder</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
<prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.17</prop>
<prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.17</prop>
<prop key="displayName.en">Expiry Date</prop>
+ <prop key="displayName.de">Ablaufdatum</prop>
<prop key="displayName.fr">Date d'expiration</prop>
<prop key="description.en">The date from which the set of data is to be considered invalid (specifically, in what refers to rights and entitlements)</prop>
+ <prop key="description.de">Das Datum, ab dem der Datensatz als ungültig zu betrachten ist (insbesondere in Bezug auf Rechte und Ansprüche)</prop>
<prop key="description.fr">Date à partir de laquelle l'ensemble de données de la personne doit être considéré comme invalide, au format "YYYYMMDDhhmmssZ"</prop>
+ <prop key="description.it">Data di scadenza dei dati utente (diritti e titoli)</prop>
</props>
</property>
</bean>
@@ -285,13 +351,16 @@
<property name="properties">
<props merge="true">
<prop key="id">schacUserPrivateAttribute</prop>
- <prop key="transcoder">SAML2StringTranscoder</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
<prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.18</prop>
<prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.18</prop>
<prop key="displayName.en">User Private Attribute</prop>
+ <prop key="displayName.de">Privates Benutzerattribut</prop>
<prop key="displayName.fr">Exigences de confidentialité</prop>
- <prop key="description.en">Datas that the user and/or organization policies want to keep private</prop>
+ <prop key="description.en">Data that the subject and/or organization policies want to keep private</prop>
+ <prop key="description.de">Daten, die der Benutzer und/oder die Organisation für sich behalten wollen</prop>
<prop key="description.fr">Exigences de confidentialité, telles qu'exprimées par l'utilisateur et / ou les stratégies de l'entreprise</prop>
+ <prop key="description.it">Dati che l'utente o le policy organizzative vogliono tenere private</prop>
</props>
</property>
</bean>
@@ -300,13 +369,16 @@
<property name="properties">
<props merge="true">
<prop key="id">schacUserStatus</prop>
- <prop key="transcoder">SAML2StringTranscoder</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
<prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.19</prop>
<prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.19</prop>
<prop key="displayName.en">User Status</prop>
+ <prop key="displayName.de">Benutzerstatus</prop>
<prop key="displayName.fr">Status utilisateur</prop>
- <prop key="description.en">Set of status of a person as user of services</prop>
+ <prop key="description.en">Status of the subject as a consumer of services</prop>
+ <prop key="description.de">Satz von Statuswerten einer Person als Nutzer von Dienstleistungen</prop>
<prop key="description.fr">Ensemble de status d'une personne en tant qu'utilisateur de services</prop>
+ <prop key="description.it">Stato di attivita' per l'utente sui diversi servizi</prop>
</props>
</property>
</bean>
@@ -315,13 +387,16 @@
<property name="properties">
<props merge="true">
<prop key="id">schacProjectMembership</prop>
- <prop key="transcoder">SAML2StringTranscoder</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
<prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.20</prop>
<prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.20</prop>
<prop key="displayName.en">Project Membership</prop>
+ <prop key="displayName.de">Projekt-Mitgliedschaft</prop>
<prop key="displayName.fr">Appartenance au projet</prop>
- <prop key="description.en">Name of the project the user belongs to</prop>
+ <prop key="description.en">Name of the project the subject belongs to</prop>
+ <prop key="description.de">Name des Projekts, zu dem der Benutzer gehört</prop>
<prop key="description.fr">Nom du projet auquel l'utilisateur appartient</prop>
+ <prop key="description.it">Nome del progetto a cui l'utente appartiene</prop>
</props>
</property>
</bean>
@@ -330,13 +405,16 @@
<property name="properties">
<props merge="true">
<prop key="id">schacProjectSpecificRole</prop>
- <prop key="transcoder">SAML2StringTranscoder</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
<prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.21</prop>
<prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.21</prop>
<prop key="displayName.en">Project Specific Role</prop>
+ <prop key="displayName.de">Projektspezifische Rolle</prop>
<prop key="displayName.fr">Roles spécifiques au projet</prop>
- <prop key="description.en">Set of roles inside specific projects for the user</prop>
+ <prop key="description.en">Set of roles for specific projects of the subject</prop>
+ <prop key="description.de">Satz von Rollen des Benutzers in bestimmten Projekten</prop>
<prop key="description.fr">Ensemble de rôles dans des projets spécifiques</prop>
+ <prop key="description.it">Insieme dei ruoli svolti dall'utente su specifici progetti</prop>
</props>
</property>
</bean>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list