Class AddAcrToIDToken

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 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