[java-identity-provider] 01/08: Add specific errorEvent for Response handling for SAML authn
Brent Putman
putmanb at georgetown.edu
Thu Jan 30 02:17:35 EST 2020
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=b21be88a155e4fcc5b1fe88b6757c46c00077f0a
commit b21be88a155e4fcc5b1fe88b6757c46c00077f0a
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed Jan 29 15:26:28 2020 -0500
Add specific errorEvent for Response handling for SAML authn
---
idp-conf/src/main/resources/system/flows/authn/saml-authn-beans.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/idp-conf/src/main/resources/system/flows/authn/saml-authn-beans.xml b/idp-conf/src/main/resources/system/flows/authn/saml-authn-beans.xml
index dcd94b9..3729a29 100644
--- a/idp-conf/src/main/resources/system/flows/authn/saml-authn-beans.xml
+++ b/idp-conf/src/main/resources/system/flows/authn/saml-authn-beans.xml
@@ -276,6 +276,9 @@
</property>
</bean>
</constructor-arg>
+ <property name="errorEvent">
+ <util:constant static-field="org.opensaml.profile.action.EventIds.INVALID_MESSAGE" />
+ </property>
</bean>
<bean id="PopulateDecryptionParameters" parent="NestedWebFlowProfileActionAdaptor" scope="prototype">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list