[java-identity-provider] branch main updated: Cut and paste error on encoder types.
Scott Cantor
cantor.2 at osu.edu
Thu Jul 6 17:58: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=cf5b4c0b29d9bc28ca5f95107feb123d017db756
The following commit(s) were added to refs/heads/main by this push:
new cf5b4c0b2 Cut and paste error on encoder types.
cf5b4c0b2 is described below
commit cf5b4c0b29d9bc28ca5f95107feb123d017db756
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jul 6 13:58:04 2023 -0400
Cut and paste error on encoder types.
---
.../resources/net/shibboleth/idp/module/conf/attributes/eduPerson.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 d47040e03..c0d8cef9a 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
@@ -278,7 +278,7 @@
<property name="properties">
<props merge="true">
<prop key="id">eduPersonAnalyticsTag</prop>
- <prop key="transcoder">SAML2ScopedStringTranscoder SAML1ScopedStringTranscoder CASScopedStringTranscoder</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder CASStringTranscoder</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>
@@ -292,7 +292,7 @@
<property name="properties">
<props merge="true">
<prop key="id">eduPersonDisplayPronouns</prop>
- <prop key="transcoder">SAML2ScopedStringTranscoder SAML1ScopedStringTranscoder CASScopedStringTranscoder</prop>
+ <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder CASStringTranscoder</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>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list