Class ValidatePushedAuthorizationClientIDMatch

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 ValidatePushedAuthorizationClientIDMatch extends AbstractOAuthAuthorizationRequestAction
Validates the client ID in the incoming authorization request matches with the one used in endpoint authentication.
  • Field Details

    • log

      @Nonnull private org.slf4j.Logger log
      Class logger.
    • clientIDLookupStrategy

      @Nonnull private Function<MessageContext,ClientID> clientIDLookupStrategy
      Strategy used to obtain the client id value used in endpoint authentication.
  • Constructor Details

    • ValidatePushedAuthorizationClientIDMatch

      public ValidatePushedAuthorizationClientIDMatch()
      Constructor.
  • Method Details