Table of Contents

Interface IBackchannelAuthenticationThrottlingService

Namespace
Duende.IdentityServer.Services
Assembly
Duende.IdentityServer.dll

The backchannel authentication throttling service.

public interface IBackchannelAuthenticationThrottlingService

Methods

ShouldSlowDown(string, BackChannelAuthenticationRequest)

Decides if the requesting client and request needs to slow down.

Task<bool> ShouldSlowDown(string requestId, BackChannelAuthenticationRequest details)

Parameters

requestId string
details BackChannelAuthenticationRequest

Returns

Task<bool>