[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/c14n/attribute-sourced-subject-c14n-b...

noreply at shibboleth.net noreply at shibboleth.net
Fri Mar 25 16:06:29 EDT 2016


Author: scantor
Date: Fri Mar 25 16:06:29 2016
New Revision: 8183

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8183&view=rev
Log:
IDP-959 - Support alternate principal derivation strategy in attribute-based c14n

https://issues.shibboleth.net/jira/browse/IDP-959

Modified:
    trunk/idp-conf/src/main/resources/system/flows/c14n/attribute-sourced-subject-c14n-beans.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/c14n/attribute-sourced-subject-c14n-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/c14n/attribute-sourced-subject-c14n-beans.xml?rev=8183&r1=8182&r2=8183&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/c14n/attribute-sourced-subject-c14n-beans.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/flows/c14n/attribute-sourced-subject-c14n-beans.xml	Fri Mar 25 16:06:29 2016
@@ -23,7 +23,8 @@
     <bean id="ResolveAttributes" class="net.shibboleth.idp.profile.impl.ResolveAttributes" scope="prototype"
             c:resolverService-ref="shibboleth.AttributeResolverService"
             p:attributesToResolve-ref="shibboleth.c14n.attribute.AttributesToResolve"
-            p:maskFailures="%{idp.service.attribute.resolver.maskFailures:true}">
+            p:maskFailures="%{idp.service.attribute.resolver.maskFailures:true}"
+            p:principalNameLookupStrategy="#{getObject('shibboleth.c14n.attribute.PrincipalNameLookupStrategy')}">
         <property name="attributeContextCreationStrategy">
             <bean class="com.google.common.base.Functions" factory-method="compose"
                 c:g-ref="shibboleth.ChildLookupOrCreate.AttributeContext"



More information about the commits mailing list