[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
Thu Jul 17 20:32:33 EDT 2014


Author: scantor
Date: Thu Jul 17 20:32:33 2014
New Revision: 6305

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6305&view=rev
Log:
Revise encryption determination to fit actual IdP usage.

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=6305&r1=6304&r2=6305&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 Thu Jul 17 20:32:33 2014
@@ -37,6 +37,11 @@
                         static-field="net.shibboleth.idp.saml.saml2.profile.config.ECPProfileConfiguration.PROFILE_ID"/>
                 </constructor-arg>
             </bean>
+        </property>
+        <property name="encryptionContextLookupStrategy">
+            <bean class="com.google.common.base.Functions" factory-method="compose"
+                c:g-ref="shibboleth.ChildLookup.EncryptionParameters"
+                c:f-ref="shibboleth.ChildLookup.RelyingParty" />
         </property>
     </bean>
     



More information about the commits mailing list