Class ValidateTokenClaims

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, Aware, MessageSource, MessageSourceAware, Action

public class ValidateTokenClaims extends AbstractProfileAction
Action that validates the claims of a JWT using the supplied claims validator. The verifier must be thread-safe and validate, at minimum, the claims set against the OpenID Connect core 1.0 section 3.1.3.7 specification.
Event:
EventIds.PROCEED_EVENT_ID, AuthnEventIds.INVALID_AUTHN_CTX, OidcEventIds.INVALID_TOKEN
Precondition:
ProfileRequestContext.getSubcontext(AuthenticationContext.class, false) != null
,
JWT.getJWTClaimsSet() != null