[java-identity-provider] branch main updated: Audit MessageAuthenticationError events.
Scott Cantor
cantor.2 at osu.edu
Mon Jul 10 12:39:43 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=c352c9bb50796eb9d82a08fbef9f7fef744b2000
The following commit(s) were added to refs/heads/main by this push:
new c352c9bb5 Audit MessageAuthenticationError events.
c352c9bb5 is described below
commit c352c9bb50796eb9d82a08fbef9f7fef744b2000
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 10 08:39:40 2023 -0400
Audit MessageAuthenticationError events.
---
.../src/main/resources/net/shibboleth/idp/module/conf/errors.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/errors.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/errors.xml
index a9730c0c7..8d629ab23 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/errors.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/errors.xml
@@ -27,6 +27,7 @@
<entry key="AttributeReleaseRejected" value="true" />
<entry key="TermsRejected" value="true" />
<entry key="EndpointResolutionFailed" value="true" />
+ <entry key="MessageAuthenticationError" value="true" />
<entry key="RuntimeException" value="false" />
<entry key="InvalidEvent" value="false" />
<entry key="InvalidCSRFToken" value="false" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list