Class AddAuthTimeToIDToken

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, org.springframework.beans.factory.Aware, org.springframework.context.MessageSource, org.springframework.context.MessageSourceAware, org.springframework.webflow.execution.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