[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/saml-nameid.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Dec 19 10:13:25 EST 2014
Author: scantor
Date: Fri Dec 19 10:13:25 2014
New Revision: 7174
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7174&view=rev
Log:
Adjust attribute name to match resolver examples.
Modified:
trunk/idp-conf/src/main/resources/conf/saml-nameid.xml
Modified: trunk/idp-conf/src/main/resources/conf/saml-nameid.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/saml-nameid.xml?rev=7174&r1=7173&r2=7174&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/saml-nameid.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/saml-nameid.xml Fri Dec 19 10:13:25 2014
@@ -41,7 +41,7 @@
<!--
<bean parent="shibboleth.SAML2AttributeSourcedGenerator"
p:format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"
- p:attributeSourceIds="#{ {'email'} }" />
+ p:attributeSourceIds="#{ {'mail'} }" />
-->
</util:list>
@@ -54,7 +54,7 @@
<!--
<bean parent="shibboleth.SAML1AttributeSourcedGenerator"
p:format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"
- p:attributeSourceIds="#{ {'email'} }" />
+ p:attributeSourceIds="#{ {'mail'} }" />
-->
</util:list>
More information about the commits
mailing list