Table of Contents

Class DefaultCustomBackchannelAuthenticationValidator

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

Default implementation of the CIBA validator extensibility point. This validator deliberately does nothing.

public class DefaultCustomBackchannelAuthenticationValidator : ICustomBackchannelAuthenticationValidator
Inheritance
DefaultCustomBackchannelAuthenticationValidator
Implements
Inherited Members

Constructors

DefaultCustomBackchannelAuthenticationValidator()

public DefaultCustomBackchannelAuthenticationValidator()

Methods

ValidateAsync(CustomBackchannelAuthenticationRequestValidationContext)

public Task ValidateAsync(CustomBackchannelAuthenticationRequestValidationContext customValidationContext)

Parameters

customValidationContext CustomBackchannelAuthenticationRequestValidationContext

Returns

Task