[java-oidc-common] branch main updated: Add invalid userinfo event ID

Phil Smart philip.smart at jisc.ac.uk
Thu Feb 10 09:32:13 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=a00091b2c8dd1f3a6da7bed255cf2cef495a1869

The following commit(s) were added to refs/heads/main by this push:
     new a00091b  Add invalid userinfo event ID
a00091b is described below

commit a00091b2c8dd1f3a6da7bed255cf2cef495a1869
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Feb 10 09:32:07 2022 +0000

    Add invalid userinfo event ID
---
 .../src/main/java/net/shibboleth/oidc/profile/core/OidcEventIds.java | 5 +++++
 1 file changed, 5 insertions(+)

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 197c12f..3c0172a 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
@@ -92,6 +92,11 @@ public final class OidcEventIds {
      */
     @Nonnull @NotEmpty public static final String INVALID_ACCESS_TOKEN = "InvalidAcessToken";
     
+    /**
+     * The UserInfo claims are invalid.
+     */
+    @Nonnull @NotEmpty public static final String INVALID_USERINFO_CLAIMS = "InvalidUserInfoClaims";
+    
     /**
      * Constructor.
      */

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


More information about the commits mailing list