[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/saml-binding-config.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Apr 7 11:45:21 EDT 2014


Author: scantor
Date: Mon Apr  7 11:45:21 2014
New Revision: 5704

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5704&view=rev
Log:
Add ECP binding set for later.

Modified:
    trunk/idp-conf/src/main/resources/system/conf/saml-binding-config.xml

Modified: trunk/idp-conf/src/main/resources/system/conf/saml-binding-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/saml-binding-config.xml?rev=5704&r1=5703&r2=5704&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/saml-binding-config.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/saml-binding-config.xml Mon Apr  7 11:45:21 2014
@@ -58,6 +58,12 @@
             p:encoderBeanId="shibboleth.Encoders.SAML2SOAPEncoder" p:synchronous="true" />
     </util:list>
 
+    <util:list id="shibboleth.OutgoingECPBindings">
+        <!-- Special case, the binding is technically SOAP, but response endpoint checking based on PAOS. -->
+        <bean parent="shibboleth.BindingDescriptor" id="urn:oasis:names:tc:SAML:2.0:bindings:PAOS"
+            p:encoderBeanId="shibboleth.Encoders.SAML2SOAPEncoder" />
+    </util:list>
+
     <!--
     These are the actual MessageEncoder beans that implement the outgoing binding requirements.
     There is generally never any reason to change these.



More information about the commits mailing list