Class ValidateRegistrationAccessToken

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

public class ValidateRegistrationAccessToken extends AbstractOIDCRequestAction<com.nimbusds.openid.connect.sdk.rp.OIDCClientRegistrationRequest>
Action that validates registration access token is a valid one. Token is valid if it is successfully unwrapped, parsed as access token, is not expired, has not been revoked and contains relying party identifier. Validated token is stored to under incoming message context OIDCClientRegistrationTokenClaimsContext.getClaimsSet().