[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/saml-binding-config.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Sep 25 15:26:23 EDT 2015
Author: scantor
Date: Fri Sep 25 15:26:23 2015
New Revision: 7780
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7780&view=rev
Log:
Add a second outgoing binding value for SAML-EC.
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=7780&r1=7779&r2=7780&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 Fri Sep 25 15:26:23 2015
@@ -62,8 +62,10 @@
</util:list>
<util:list id="shibboleth.OutgoingECPBindings">
- <!-- Special case, the binding is technically SOAP, but response endpoint checking based on PAOS. -->
+ <!-- Special case, the binding is technically SOAP, but response endpoint checking based on PAOS or SAML-EC. -->
<bean parent="shibboleth.BindingDescriptor" p:id="urn:oasis:names:tc:SAML:2.0:bindings:PAOS"
+ p:encoderBeanId="shibboleth.Encoders.SAML2SOAPEncoder" />
+ <bean parent="shibboleth.BindingDescriptor" p:id="urn:ietf:params:xml:ns:samlec"
p:encoderBeanId="shibboleth.Encoders.SAML2SOAPEncoder" />
</util:list>
More information about the commits
mailing list