Table of Contents

Interface ICustomAuthorizeRequestValidator

Namespace
Duende.IdentityServer.Validation
Assembly
Duende.IdentityServer.dll

Allows inserting custom validation logic into authorize and token requests

public interface ICustomAuthorizeRequestValidator

Methods

ValidateAsync(CustomAuthorizeRequestValidationContext)

Custom validation logic for the authorize request.

Task ValidateAsync(CustomAuthorizeRequestValidationContext context)

Parameters

context CustomAuthorizeRequestValidationContext

The context.

Returns

Task