[java-idp-testbed COMMIT] /trunk/src/main/webapp/WEB-INF/idp/testbed.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sat Apr 5 14:47:29 EDT 2014
Author: scantor
Date: Sat Apr 5 14:47:29 2014
New Revision: 175
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=175&view=rev
Log:
Fix up message handlers to handle SOAP cases, and cert authn
Modified:
trunk/src/main/webapp/WEB-INF/idp/testbed.xml
Modified: trunk/src/main/webapp/WEB-INF/idp/testbed.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/webapp/WEB-INF/idp/testbed.xml?rev=175&r1=174&r2=175&view=diff
==============================================================================
--- trunk/src/main/webapp/WEB-INF/idp/testbed.xml (original)
+++ trunk/src/main/webapp/WEB-INF/idp/testbed.xml Sat Apr 5 14:47:29 2014
@@ -34,4 +34,8 @@
<constructor-arg ref="testbed.KeyInfoCredentialResolver" />
</bean>
+ <bean id="idp.X509TrustEngine" class="org.opensaml.security.trust.impl.ExplicitX509CertificateTrustEngine">
+ <constructor-arg ref="idp.CredentialResolver" />
+ </bean>
+
</beans>
More information about the commits
mailing list