Class AddAuthTimeToIDToken

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

public class AddAuthTimeToIDToken extends AbstractOIDCResponseAction
Action that adds auth_time claim to a IDTokenClaimsSet.
  • Field Details

    • log

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

    • AddAuthTimeToIDToken

      public AddAuthTimeToIDToken()
  • Method Details