[java-identity-provider] branch main updated: Add endpoint resolution failure to audited event list.
Scott Cantor
cantor.2 at osu.edu
Wed Sep 30 22:03:41 UTC 2020
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=5ad71a0348b6b4580d94a6f299ad7413649148d5
The following commit(s) were added to refs/heads/main by this push:
new 5ad71a034 Add endpoint resolution failure to audited event list.
5ad71a034 is described below
commit 5ad71a0348b6b4580d94a6f299ad7413649148d5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 30 18:03:39 2020 -0400
Add endpoint resolution failure to audited event list.
---
idp-conf/src/main/resources/conf/errors.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-conf/src/main/resources/conf/errors.xml b/idp-conf/src/main/resources/conf/errors.xml
index a5a879008..a9730c0c7 100644
--- a/idp-conf/src/main/resources/conf/errors.xml
+++ b/idp-conf/src/main/resources/conf/errors.xml
@@ -26,6 +26,7 @@
<entry key="ImpersonationViolation" value="true" />
<entry key="AttributeReleaseRejected" value="true" />
<entry key="TermsRejected" value="true" />
+ <entry key="EndpointResolutionFailed" 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