[java-identity-provider] branch master updated: Tweak wiring in soap-client.xml.

Brent Putman putmanb at georgetown.edu
Sat Sep 22 18:54:36 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=5f2dc2f47ada8b8b2ff0c83451c38d8d6e153b51

The following commit(s) were added to refs/heads/master by this push:
       new  5f2dc2f   Tweak wiring in soap-client.xml.
5f2dc2f is described below

commit 5f2dc2f47ada8b8b2ff0c83451c38d8d6e153b51
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Sat Sep 22 18:54:34 2018 -0400

    Tweak wiring in soap-client.xml.
    
    Due to the addition of a couple of predicates specific to artifact
    requests, the defined concrete pipeline is currently specific to that
    case. Need to devise a way to make that difference dynamic and have a
    common pipeline for additional SAML 2 cases, e.g. logout.
---
 idp-conf/src/main/resources/system/conf/soap-client.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 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 7d9a617..aab460d 100644
--- a/idp-conf/src/main/resources/system/conf/soap-client.xml
+++ b/idp-conf/src/main/resources/system/conf/soap-client.xml
@@ -29,8 +29,7 @@
         <property name="serviceLocatorInterface" value="org.opensaml.messaging.pipeline.httpclient.HttpClientMessagePipelineFactory" />
         <property name="serviceMappings">
             <props>
-                <prop key="SAML2.ArtifactDecoder">SOAPClient.SAML2.Pipeline</prop>
-                <prop key="SAML2.Logout">SOAPClient.SAML2.Pipeline</prop>
+                <prop key="SAML2.ArtifactDecoder">SOAPClient.SAML2.Pipeline.ArtifactDecoder</prop>
             </props>
         </property>
     </bean>
@@ -53,7 +52,7 @@
     <!-- SAML-specific SOAP client beans. -->
     
     <!-- Basic SAML 2 pipeline. -->
-    <bean id="SOAPClient.SAML2.Pipeline" scope="prototype" parent="SOAPClient.SAML2.Pipeline.Abstract">
+    <bean id="SOAPClient.SAML2.Pipeline.ArtifactDecoder" scope="prototype" parent="SOAPClient.SAML2.Pipeline.Abstract">
     
         <property name="outboundPayloadHandler">
             <bean scope="prototype" class="org.opensaml.messaging.handler.impl.BasicMessageHandlerChain">

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


More information about the commits mailing list