[java-identity-provider] branch master updated: Add eduCourse attributes to default rules.
Scott Cantor
cantor.2 at osu.edu
Wed Mar 4 09:48:39 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=cb0324bce25f0bf2b16a5b572ee5db046c495c93
The following commit(s) were added to refs/heads/master by this push:
new cb0324b Add eduCourse attributes to default rules.
cb0324b is described below
commit cb0324bce25f0bf2b16a5b572ee5db046c495c93
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Mar 4 09:48:34 2020 -0500
Add eduCourse attributes to default rules.
---
.../resources/conf/attributes/default-rules.xml | 32 +++++++++++++++++++++-
1 file changed, 31 insertions(+), 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 880073c..ec25de1 100644
--- a/idp-conf/src/main/resources/conf/attributes/default-rules.xml
+++ b/idp-conf/src/main/resources/conf/attributes/default-rules.xml
@@ -748,7 +748,37 @@
</property>
</bean>
- <!-- Semi-deprecated eduPersonUniqueId, should be phased out in favor of SAML subject-id replacement below. -->
+ <!-- eduCourse -->
+
+ <bean parent="shibboleth.TranscodingProperties">
+ <property name="properties">
+ <props merge="true">
+ <prop key="id">eduCourseOffering</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
+ <prop key="saml2.name">urn:oid:1.3.6.1.4.1.5923.1.6.1.1</prop>
+ <prop key="saml1.name">urn:oid:1.3.6.1.4.1.5923.1.6.1.1</prop>
+ <prop key="displayName.en">Course offering</prop>
+ <prop key="description.en">Unique identifier for a course offering</prop>
+ </props>
+ </property>
+ </bean>
+
+ <bean parent="shibboleth.TranscodingProperties">
+ <property name="properties">
+ <props merge="true">
+ <prop key="id">eduCourseMember</prop>
+ <prop key="transcoder">SAML2ScopedStringTranscoder SAML1ScopedStringTranscoder CASScopedStringTranscoder</prop>
+ <prop key="saml2.name">urn:oid:1.3.6.1.4.1.5923.1.6.1.2</prop>
+ <prop key="saml1.name">urn:oid:1.3.6.1.4.1.5923.1.6.1.2</prop>
+ <prop key="saml1.encodeType">false</prop>
+ <prop key="displayName.en">Course role</prop>
+ <prop key="description.en">Specifies the person's role within a particular course offering</prop>
+ </props>
+ </property>
+ </bean>
+
+
+ <!-- Deprecated eduPersonUniqueId, should be phased out in favor of SAML subject-id replacement below. -->
<bean parent="shibboleth.TranscodingProperties">
<property name="properties">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list