Class AddAcrToIDToken

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

public class AddAcrToIDToken extends AbstractOIDCAuthenticationResponseAction
Action that adds acr claim to a IDTokenClaimsSet.
  • Field Details

    • log

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

    • AddAcrToIDToken

      public AddAcrToIDToken()
  • Method Details