Table of Contents

Interface ICustomBackchannelAuthenticationValidator

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

Extensibility point for CIBA authentication request validation.

public interface ICustomBackchannelAuthenticationValidator

Methods

ValidateAsync(CustomBackchannelAuthenticationRequestValidationContext)

Validates a CIBA authentication request.

Task ValidateAsync(CustomBackchannelAuthenticationRequestValidationContext customValidationContext)

Parameters

customValidationContext CustomBackchannelAuthenticationRequestValidationContext

Returns

Task