[java-identity-provider] branch main updated: Add new eduPerson attributes to data dictionary.

Scott Cantor cantor.2 at osu.edu
Thu Jul 6 17:33:08 UTC 2023


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

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

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

The following commit(s) were added to refs/heads/main by this push:
     new d8eabeb54 Add new eduPerson attributes to data dictionary.
d8eabeb54 is described below

commit d8eabeb54e8af069b61c4206a9cdc61350f6954b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jul 6 13:32:37 2023 -0400

    Add new eduPerson attributes to data dictionary.
---
 .../idp/module/conf/attributes/eduPerson.xml       | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/eduPerson.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/eduPerson.xml
index 0a7689019..d47040e03 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/eduPerson.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/eduPerson.xml
@@ -274,6 +274,34 @@
             </property>
         </bean>
 
+        <bean parent="shibboleth.TranscodingProperties">
+            <property name="properties">
+                <props merge="true">
+                    <prop key="id">eduPersonAnalyticsTag</prop>
+                    <prop key="transcoder">SAML2ScopedStringTranscoder SAML1ScopedStringTranscoder CASScopedStringTranscoder</prop>
+                    <prop key="saml2.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.17</prop>
+                    <prop key="saml1.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.17</prop>
+                    <prop key="saml1.encodeType">false</prop>
+                    <prop key="displayName.en">Aggregated analytics tag</prop>
+                    <prop key="description.en">Opaque string that aggregates the use of a service by a set of subjects for the purpose of reporting or analytics</prop>
+                </props>
+            </property>
+        </bean>
+
+        <bean parent="shibboleth.TranscodingProperties">
+            <property name="properties">
+                <props merge="true">
+                    <prop key="id">eduPersonDisplayPronouns</prop>
+                    <prop key="transcoder">SAML2ScopedStringTranscoder SAML1ScopedStringTranscoder CASScopedStringTranscoder</prop>
+                    <prop key="saml2.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.18</prop>
+                    <prop key="saml1.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.18</prop>
+                    <prop key="saml1.encodeType">false</prop>
+                    <prop key="displayName.en">Display Pronouns</prop>
+                    <prop key="description.en">Personal pronouns by which the person prefers to be identified</prop>
+                </props>
+            </property>
+        </bean>
+
     </list>
     </constructor-arg>
     </bean>

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


More information about the commits mailing list