[java-identity-provider] 02/03: IDP-2173 - Schac rules do not include SAML 1 transcoder
Scott Cantor
cantor.2 at osu.edu
Thu Sep 7 17:09:29 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=164f44315345409a60a583d37b447a0728ce2e77
commit 164f44315345409a60a583d37b447a0728ce2e77
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 7 12:50:23 2023 -0400
IDP-2173 - Schac rules do not include SAML 1 transcoder
https://shibboleth.atlassian.net/browse/IDP-2173
Updated SAML 1 names, should all be OID-based.
---
.../resources/net/shibboleth/idp/module/conf/attributes/schac.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/schac.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/schac.xml
index a95540181..62d09c88c 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/schac.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/schac.xml
@@ -73,7 +73,7 @@
<prop key="id">schacYearOfBirth</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.fr">Année de naissance</prop>
<prop key="description.en">The year of birth for the subject it is associated with</prop>
@@ -118,7 +118,7 @@
<prop key="id">schacSn1</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.fr">Premier nom</prop>
<prop key="description.en">First surname of a person ("the surname" in international terms)</prop>
@@ -133,7 +133,7 @@
<prop key="id">schacSn2</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.fr">Second nom</prop>
<prop key="description.en">Second surname of a person</prop>
@@ -148,7 +148,7 @@
<prop key="id">schacPersonalTitle</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.fr">Titre</prop>
<prop key="description.en">Nice name used for the user</prop>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list