[java-identity-provider] 08/08: SOAP client wiring tweaks.

Brent Putman putmanb at georgetown.edu
Fri Sep 21 22:49:13 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=454ac4cae1e4300b5dba53326f1d25d8c8936f9e

commit 454ac4cae1e4300b5dba53326f1d25d8c8936f9e
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Fri Sep 21 21:42:38 2018 -0400

    SOAP client wiring tweaks.
---
 idp-conf/src/main/resources/system/conf/soap-client.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 9af5f4f..7d9a617 100644
--- a/idp-conf/src/main/resources/system/conf/soap-client.xml
+++ b/idp-conf/src/main/resources/system/conf/soap-client.xml
@@ -30,6 +30,7 @@
         <property name="serviceMappings">
             <props>
                 <prop key="SAML2.ArtifactDecoder">SOAPClient.SAML2.Pipeline</prop>
+                <prop key="SAML2.Logout">SOAPClient.SAML2.Pipeline</prop>
             </props>
         </property>
     </bean>
@@ -123,8 +124,7 @@
                         
                         <bean scope="prototype" class="org.opensaml.messaging.handler.impl.CheckExpectedIssuer"
                             p:issuerLookupStrategy-ref="SOAPClient.SAMLMessageContextIssuerFunction" 
-                            p:expectedIssuerLookupStrategy-ref="SOAPClient.OperationContextEntityIDLookup" 
-                            />
+                            p:expectedIssuerLookupStrategy-ref="SOAPClient.OperationContextEntityIDLookup" />
                         
                         <bean scope="prototype" class="org.opensaml.messaging.handler.impl.CheckMandatoryAuthentication">
                             <property name="authenticationLookupStrategy">

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


More information about the commits mailing list