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

noreply at shibboleth.net noreply at shibboleth.net
Fri Oct 23 18:48:51 EDT 2015


Author: putmanb
Date: Fri Oct 23 18:48:50 2015
New Revision: 7865

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7865&view=rev
Log:
Don't use the metadata-based encryption params resolver for self-encryption case.

Causes spurious errors and stack trace in logs.
We don't have and can't supply metadata for ourself.

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

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml?rev=7865&r1=7864&r2=7865&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml	Fri Oct 23 18:48:50 2015
@@ -116,7 +116,9 @@
             <bean class="net.shibboleth.idp.relyingparty.impl.EncryptionCredentialsResolver" 
                 c:_0-ref="shibboleth.RelyingPartyResolverService" />
         </constructor-arg>
-        <constructor-arg ref="shibboleth.EncryptionParametersResolver" />
+        <constructor-arg>
+            <bean class="org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver" />
+        </constructor-arg>
     </bean>
 
     <bean id="EncryptNameIDs"



More information about the commits mailing list