[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Mar 25 13:05:09 EDT 2014


Author: scantor
Date: Tue Mar 25 13:05:09 2014
New Revision: 5636

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5636&view=rev
Log:
Revamp NameID policy predicate design again, more direct expression of target object.

Modified:
    trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml?rev=5636&r1=5635&r2=5636&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml Tue Mar 25 13:05:09 2014
@@ -122,9 +122,13 @@
         </property>
         <property name="nameIDPolicyPredicate">
             <bean class="org.opensaml.saml.common.profile.impl.logic.AffiliationNameIDPolicyPredicate"
-                p:metadataResolver-ref="ExampleMetadataResolver"
-                p:responderIdLookupStrategy-ref="shibboleth.ResponderIdLookup.Simple"
-                p:requesterIdLookupStrategy-ref="shibboleth.RelyingPartyIdLookup.Simple" />
+                    p:metadataResolver-ref="ExampleMetadataResolver"
+                    p:responderIdLookupStrategy-ref="shibboleth.ResponderIdLookup.Simple"
+                    p:requesterIdLookupStrategy-ref="shibboleth.RelyingPartyIdLookup.Simple">
+                <property name="nameIDPolicyLookupStrategy">
+                    <bean class="org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects.NameIDPolicyLookupFunction" />
+                </property>
+            </bean>
         </property>
     </bean>
 



More information about the commits mailing list