[java-identity-provider] branch master updated: IDP-1574 - SOAP fault generation in ECP flow is broken

Scott Cantor cantor.2 at osu.edu
Tue Mar 3 16:06:32 EST 2020


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

scantor 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=17f05640dc39b918fbe7370491b2b03659b39bfd

The following commit(s) were added to refs/heads/master by this push:
       new  17f0564   IDP-1574 - SOAP fault generation in ECP flow is broken
17f0564 is described below

commit 17f05640dc39b918fbe7370491b2b03659b39bfd
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 3 16:05:32 2020 -0500

    IDP-1574 - SOAP fault generation in ECP flow is broken
    
    https://issues.shibboleth.net/jira/browse/IDP-1574
---
 .../src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml b/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml
index 7f2109a..d118077 100644
--- a/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml
+++ b/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml
@@ -172,7 +172,7 @@
 
     <bean id="InitializeOutboundMessageContextForSOAPFault"
         class="net.shibboleth.idp.saml.profile.impl.InitializeOutboundMessageContextForError" scope="prototype"
-        p:outboundBinding="urn:oasis:names:tc:SAML:2.0:bindings:PAOS" />
+        p:outboundBinding-ref="shibboleth.Binding.SAML2SOAP" />
         
     <bean id="AddAuthnStatementToAssertionFromInboundAssertionToken"
         class="net.shibboleth.idp.saml.saml2.profile.delegation.impl.AddAuthnStatementToAssertionFromInboundAssertionToken"

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


More information about the commits mailing list