Class AddAccessTokenHashToIDToken

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

public class AddAccessTokenHashToIDToken extends AbstractOIDCSigningResponseAction
Action that adds access token hash claim to a IDTokenClaimsSet. If there are no signing parameters available, action fails without error event.
  • Field Details

    • log

      @Nonnull private org.slf4j.Logger log
      Class logger.
  • Constructor Details

    • AddAccessTokenHashToIDToken

      public AddAccessTokenHashToIDToken()
  • Method Details