[java-identity-provider] branch master updated: Example NameID generators should omit qualifiers.
Scott Cantor
cantor.2 at osu.edu
Tue Apr 4 14:12:43 EDT 2017
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=75fc4307424342c796078016d8e0bbda331f3c66
The following commit(s) were added to refs/heads/master by this push:
new 75fc430 Example NameID generators should omit qualifiers.
75fc430 is described below
commit 75fc4307424342c796078016d8e0bbda331f3c66
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 4 14:12:42 2017 -0400
Example NameID generators should omit qualifiers.
---
idp-conf/src/main/resources/conf/saml-nameid.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/idp-conf/src/main/resources/conf/saml-nameid.xml b/idp-conf/src/main/resources/conf/saml-nameid.xml
index ea97448..7d82cf5 100644
--- a/idp-conf/src/main/resources/conf/saml-nameid.xml
+++ b/idp-conf/src/main/resources/conf/saml-nameid.xml
@@ -40,6 +40,7 @@
<!--
<bean parent="shibboleth.SAML2AttributeSourcedGenerator"
+ p:omitQualifiers="true"
p:format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"
p:attributeSourceIds="#{ {'mail'} }" />
-->
@@ -53,6 +54,7 @@
<!--
<bean parent="shibboleth.SAML1AttributeSourcedGenerator"
+ p:omitQualifiers="true"
p:format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"
p:attributeSourceIds="#{ {'mail'} }" />
-->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list