[java-identity-provider] 04/04: Wire soap-client.xml for SAML inResponseTo validation.

Brent Putman putmanb at georgetown.edu
Wed Sep 26 23:33:18 EDT 2018


This is an automated email from the git hooks/post-receive script.

putmanb pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=e797cc6a9c3eceda8621493a106a00beed23efe4

commit e797cc6a9c3eceda8621493a106a00beed23efe4
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed Sep 26 23:25:15 2018 -0400

    Wire soap-client.xml for SAML inResponseTo validation.
---
 idp-conf/src/main/resources/system/conf/soap-client.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/idp-conf/src/main/resources/system/conf/soap-client.xml b/idp-conf/src/main/resources/system/conf/soap-client.xml
index c61d911..87feac6 100644
--- a/idp-conf/src/main/resources/system/conf/soap-client.xml
+++ b/idp-conf/src/main/resources/system/conf/soap-client.xml
@@ -110,6 +110,8 @@
                             p:signatureValidationParametersResolver-ref="shibboleth.SignatureValidationParametersResolver"
                             p:configurationLookupStrategy-ref="shibboleth.MessageContext.SignatureValidationConfigurationLookup" />
                         
+                        <bean scope="prototype" class="org.opensaml.saml.common.binding.security.impl.InResponseToSecurityHandler" />
+                        
                         <bean scope="prototype" class="org.opensaml.saml.common.binding.security.impl.MessageReplaySecurityHandler"
                             p:replayCache-ref="shibboleth.ReplayCache"
                             p:expires="%{idp.policy.messageLifetime:PT3M}" />

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list