[java-oidc-common] branch main updated: Add id_token and access_token eventIds
Phil Smart
philip.smart at jisc.ac.uk
Thu Feb 3 09:52:11 UTC 2022
This is an automated email from the git hooks/post-receive script.
philsmart 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=ca66005493b62bbd1f17153e237d1fb8287cf3df
The following commit(s) were added to refs/heads/main by this push:
new ca66005 Add id_token and access_token eventIds
ca66005 is described below
commit ca66005493b62bbd1f17153e237d1fb8287cf3df
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Feb 3 09:52:06 2022 +0000
Add id_token and access_token eventIds
---
.../java/net/shibboleth/oidc/profile/core/OidcEventIds.java | 12 +++++++++++-
1 file changed, 11 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 f4168b9..197c12f 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
@@ -80,7 +80,17 @@ public final class OidcEventIds {
/**
* The revocation attempt failed.
*/
- @Nonnull @NotEmpty public static final String REVOCATION_FAILED = "RevocationFailed";
+ @Nonnull @NotEmpty public static final String REVOCATION_FAILED = "RevocationFailed";
+
+ /**
+ * The id_token is invalid.
+ */
+ @Nonnull @NotEmpty public static final String INVALID_ID_TOKEN = "InvalidIdToken";
+
+ /**
+ * The id_token is invalid.
+ */
+ @Nonnull @NotEmpty public static final String INVALID_ACCESS_TOKEN = "InvalidAcessToken";
/**
* Constructor.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list