[java-oidc-common] branch main updated: Add new event.

Scott Cantor cantor.2 at osu.edu
Wed Feb 2 18:43:56 UTC 2022


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

scantor pushed a commit to branch main
in repository java-oidc-common.

View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=5b8c951e117451fb5229df5fed4cc4874b56d4fe

The following commit(s) were added to refs/heads/main by this push:
     new 5b8c951  Add new event.
5b8c951 is described below

commit 5b8c951e117451fb5229df5fed4cc4874b56d4fe
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Feb 2 13:43:23 2022 -0500

    Add new event.
---
 .../main/java/net/shibboleth/oidc/profile/core/OidcEventIds.java   | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/core/OidcEventIds.java b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/core/OidcEventIds.java
index 0ae03be..f4168b9 100644
--- a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/core/OidcEventIds.java
+++ b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/core/OidcEventIds.java
@@ -76,7 +76,12 @@ public final class OidcEventIds {
      * The request uri is invalid.
      */
     @Nonnull @NotEmpty public static final String INVALID_REQUEST_URI = "InvalidRequestUri";
-
+    
+    /**
+     * The revocation attempt failed.
+     */
+    @Nonnull @NotEmpty public static final String REVOCATION_FAILED = "RevocationFailed";
+    
     /**
      * Constructor.
      */

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


More information about the commits mailing list