[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/global-system.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Jan 12 11:45:11 EST 2017
Author: scantor
Date: Thu Jan 12 11:45:11 2017
New Revision: 8596
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8596&view=rev
Log:
IDP-1106 - Support for key-based authentication of LDAP server
https://issues.shibboleth.net/jira/browse/IDP-1106
Parent bean for deployer use of custom TrustManager.
Modified:
trunk/idp-conf/src/main/resources/system/conf/global-system.xml
Modified: trunk/idp-conf/src/main/resources/system/conf/global-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/global-system.xml?rev=8596&r1=8595&r2=8596&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/global-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/global-system.xml Thu Jan 12 11:45:11 2017
@@ -353,6 +353,9 @@
<bean id="shibboleth.HTTPResource" abstract="true"
class="net.shibboleth.idp.profile.spring.resource.impl.HTTPResourceFactoryBean" />
+
+ <bean id="shibboleth.X509TrustManager" abstract="true"
+ class="org.opensaml.security.trust.impl.TrustEngineX509TrustManager" />
<!-- Default Jackson ObjectMapper with JodaTime support. -->
More information about the commits
mailing list