[java-identity-provider] branch master updated: IDP-1600 - Success status with unexpected status message during logout
Scott Cantor
cantor.2 at osu.edu
Thu May 7 16:25:56 UTC 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=283d240be04a88b383c2df156b3bf3b03898b1af
The following commit(s) were added to refs/heads/master by this push:
new 283d240be IDP-1600 - Success status with unexpected status message during logout
283d240be is described below
commit 283d240be04a88b383c2df156b3bf3b03898b1af
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu May 7 12:26:15 2020 -0400
IDP-1600 - Success status with unexpected status message during logout
https://issues.shibboleth.net/jira/browse/IDP-1600
---
.../resources/system/flows/saml/saml2/slo-front-abstract-beans.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/idp-conf/src/main/resources/system/flows/saml/saml2/slo-front-abstract-beans.xml b/idp-conf/src/main/resources/system/flows/saml/saml2/slo-front-abstract-beans.xml
index f9f28712b..d0438e85a 100644
--- a/idp-conf/src/main/resources/system/flows/saml/saml2/slo-front-abstract-beans.xml
+++ b/idp-conf/src/main/resources/system/flows/saml/saml2/slo-front-abstract-beans.xml
@@ -126,8 +126,7 @@
</bean>
<bean id="AddLogoutStatusToResponse"
- class="org.opensaml.saml.saml2.profile.impl.AddStatusToResponse" scope="prototype"
- p:statusMessage="An error occurred.">
+ class="org.opensaml.saml.saml2.profile.impl.AddStatusToResponse" scope="prototype">
<property name="detailedErrorsCondition">
<bean class="net.shibboleth.idp.profile.config.logic.DetailedErrorsPredicate" />
</property>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list