[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/relying-party-system.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Aug 15 20:52:25 EDT 2014
Author: putmanb
Date: Fri Aug 15 20:52:25 2014
New Revision: 6432
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6432&view=rev
Log:
Add default security config wiring for signature trust engine refactoring (OSJ-84).
Modified:
trunk/idp-conf/src/main/resources/system/conf/relying-party-system.xml
Modified: trunk/idp-conf/src/main/resources/system/conf/relying-party-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/relying-party-system.xml?rev=6432&r1=6431&r2=6432&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/relying-party-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/relying-party-system.xml Fri Aug 15 20:52:25 2014
@@ -98,6 +98,11 @@
<property name="signatureSigningConfiguration">
<ref bean="%{idp.signing.config:shibboleth.SigningConfiguration.SHA256}" />
+ </property>
+
+ <property name="signatureValidationConfiguration">
+ <bean class="org.opensaml.xmlsec.impl.BasicSignatureValidationConfiguration"
+ p:signatureTrustEngine-ref="shibboleth.SignatureTrustEngine" />
</property>
<property name="encryptionConfiguration">
More information about the commits
mailing list