[java-identity-provider] branch main updated: Add clarification comments.
Scott Cantor
cantor.2 at osu.edu
Tue Feb 22 23:48:20 UTC 2022
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=1d008973f65232c8b7016308dcf9797e45fd2a18
The following commit(s) were added to refs/heads/main by this push:
new 1d008973f Add clarification comments.
1d008973f is described below
commit 1d008973f65232c8b7016308dcf9797e45fd2a18
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 22 18:48:13 2022 -0500
Add clarification comments.
---
idp-conf/src/main/resources/conf/attributes/eduCourse.xml | 7 +++++++
idp-conf/src/main/resources/conf/attributes/eduPerson.xml | 7 +++++++
idp-conf/src/main/resources/conf/attributes/inetOrgPerson.xml | 7 +++++++
idp-conf/src/main/resources/conf/attributes/samlSubject.xml | 6 ++++++
idp-conf/src/main/resources/conf/attributes/schac.xml | 7 +++++++
5 files changed, 34 insertions(+)
diff --git a/idp-conf/src/main/resources/conf/attributes/eduCourse.xml b/idp-conf/src/main/resources/conf/attributes/eduCourse.xml
index 6794da6c5..96341c321 100644
--- a/idp-conf/src/main/resources/conf/attributes/eduCourse.xml
+++ b/idp-conf/src/main/resources/conf/attributes/eduCourse.xml
@@ -12,6 +12,13 @@
default-init-method="initialize"
default-destroy-method="destroy">
+ <!--
+ Note that all built-in rules rely on URI-naming and thus include the implied settings:
+
+ <prop key="saml2.nameFormat">urn:oasis:names:tc:SAML:2.0:attrname-format:uri</prop>
+ <prop key="saml1.namespace">urn:mace:shibboleth:1.0:attributeNamespace:uri</prop>
+ -->
+
<bean parent="shibboleth.TranscodingRuleLoader">
<constructor-arg>
<list>
diff --git a/idp-conf/src/main/resources/conf/attributes/eduPerson.xml b/idp-conf/src/main/resources/conf/attributes/eduPerson.xml
index afe12999f..1ce3890b1 100644
--- a/idp-conf/src/main/resources/conf/attributes/eduPerson.xml
+++ b/idp-conf/src/main/resources/conf/attributes/eduPerson.xml
@@ -11,6 +11,13 @@
default-init-method="initialize"
default-destroy-method="destroy">
+
+ <!--
+ Note that all built-in rules rely on URI-naming and thus include the implied settings:
+
+ <prop key="saml2.nameFormat">urn:oasis:names:tc:SAML:2.0:attrname-format:uri</prop>
+ <prop key="saml1.namespace">urn:mace:shibboleth:1.0:attributeNamespace:uri</prop>
+ -->
<bean parent="shibboleth.TranscodingRuleLoader">
<constructor-arg>
diff --git a/idp-conf/src/main/resources/conf/attributes/inetOrgPerson.xml b/idp-conf/src/main/resources/conf/attributes/inetOrgPerson.xml
index f2aebb15e..44213545f 100644
--- a/idp-conf/src/main/resources/conf/attributes/inetOrgPerson.xml
+++ b/idp-conf/src/main/resources/conf/attributes/inetOrgPerson.xml
@@ -12,6 +12,13 @@
default-init-method="initialize"
default-destroy-method="destroy">
+ <!--
+ Note that all built-in rules rely on URI-naming and thus include the implied settings:
+
+ <prop key="saml2.nameFormat">urn:oasis:names:tc:SAML:2.0:attrname-format:uri</prop>
+ <prop key="saml1.namespace">urn:mace:shibboleth:1.0:attributeNamespace:uri</prop>
+ -->
+
<!-- https://tools.ietf.org/html/rfc2798 -->
<bean parent="shibboleth.TranscodingRuleLoader">
diff --git a/idp-conf/src/main/resources/conf/attributes/samlSubject.xml b/idp-conf/src/main/resources/conf/attributes/samlSubject.xml
index dac9a599d..8caeeb635 100644
--- a/idp-conf/src/main/resources/conf/attributes/samlSubject.xml
+++ b/idp-conf/src/main/resources/conf/attributes/samlSubject.xml
@@ -12,6 +12,12 @@
default-init-method="initialize"
default-destroy-method="destroy">
+ <!--
+ Note that all built-in rules rely on URI-naming and thus include the implied settings:
+
+ <prop key="saml2.nameFormat">urn:oasis:names:tc:SAML:2.0:attrname-format:uri</prop>
+ -->
+
<!-- https://wiki.oasis-open.org/security/SAMLSubjectIDAttr -->
<bean parent="shibboleth.TranscodingRuleLoader">
diff --git a/idp-conf/src/main/resources/conf/attributes/schac.xml b/idp-conf/src/main/resources/conf/attributes/schac.xml
index 24c9a5a42..c60b85b7e 100644
--- a/idp-conf/src/main/resources/conf/attributes/schac.xml
+++ b/idp-conf/src/main/resources/conf/attributes/schac.xml
@@ -12,6 +12,13 @@
default-init-method="initialize"
default-destroy-method="destroy">
+ <!--
+ Note that all built-in rules rely on URI-naming and thus include the implied settings:
+
+ <prop key="saml2.nameFormat">urn:oasis:names:tc:SAML:2.0:attrname-format:uri</prop>
+ <prop key="saml1.namespace">urn:mace:shibboleth:1.0:attributeNamespace:uri</prop>
+ -->
+
<bean parent="shibboleth.TranscodingRuleLoader">
<constructor-arg>
<list>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list