[java-plugin-shibd-saml] branch main updated: Fix name format in test rule.
Scott Cantor
cantor.2 at osu.edu
Tue Oct 8 13:04:29 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-plugin-shibd-saml.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd-saml.git;a=commit;h=df7b76dd2cc5a74359774a8dfb3b03d5be7b2180
The following commit(s) were added to refs/heads/main by this push:
new df7b76d Fix name format in test rule.
df7b76d is described below
commit df7b76dd2cc5a74359774a8dfb3b03d5be7b2180
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 8 09:04:27 2024 -0400
Fix name format in test rule.
---
.../net/shibboleth/idp/module/conf/attributes/nameid-testing.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/attributes/nameid-testing.xml b/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/attributes/nameid-testing.xml
index 976c294..de2d7ba 100644
--- a/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/attributes/nameid-testing.xml
+++ b/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/attributes/nameid-testing.xml
@@ -30,7 +30,7 @@
<props merge="true">
<prop key="id">mail</prop>
<prop key="transcoder">SAML2StringNameIDTranscoder</prop>
- <prop key="saml2.name">urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress</prop>
+ <prop key="saml2.nameFormat">urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress</prop>
<prop key="displayName.en">E-mail</prop>
<prop key="displayName.de">E-Mail</prop>
<prop key="displayName.fr">Email</prop>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list