[java-plugin-shibd-oidc] branch main updated: Improve Javadoc

Codeberg noreply at shibboleth.net
Mon Jun 8 15:43:27 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-plugin-shibd-oidc.

View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-oidc/commit/df8a36b19947545d76ca2e9bcbd9526898085bc8

The following commit(s) were added to refs/heads/main by this push:
     new df8a36b  Improve Javadoc
df8a36b is described below

commit df8a36b19947545d76ca2e9bcbd9526898085bc8
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Jun 8 16:43:20 2026 +0100

    Improve Javadoc
---
 .../net/shibboleth/sp/oidc/profile/impl/ValidateTokenClaims.java  | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/ValidateTokenClaims.java b/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/ValidateTokenClaims.java
index e10a75e..8d9ff7c 100644
--- a/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/ValidateTokenClaims.java
+++ b/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/ValidateTokenClaims.java
@@ -47,6 +47,14 @@ import net.shibboleth.sp.profile.ConsumerConstants;
  * Action that validates the claims of a JWT using the supplied 
  * {@link ClaimsValidator claims validator}. The verifier <b>must</b> be thread-safe and validate.
  * 
+ * 
+ * <p>If validation succeeds, processing continues normally. If validation fails,
+ * an {@link OidcEventIds#INVALID_TOKEN} event is raised and the validation error
+ * is recorded in the agent output under {@link ConsumerConstants#VALIDATION_ERRORS}.</p>
+ *
+ * <p>A configurable cleanup hook may be invoked after validation completes,
+ * regardless of success or failure.</p>
+
  * 
  * @pre <pre>ProfileRequestContext.getSubcontext(AuthenticationContext.class, false) != null</pre> 
  * @pre <pre>JWT.getJWTClaimsSet() != null</pre>

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


More information about the commits mailing list