Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.16 KB

InternalAuthenticationBackendLimiting.md

File metadata and controls

35 lines (19 loc) · 1.16 KB

InternalAuthenticationBackendLimiting

Properties

Name Type Description Notes
allowedTries Integer The number of login attempts allowed before login is blocked [optional]
authenticationBackend AuthenticationBackendEnum The internal backend. Enter `internal` [optional]
blockExpirySeconds Integer The duration of time that login remains blocked after a failed login [optional]
maxBlockedClients Integer The maximum number of blocked IP addresses [optional]
maxTrackedClients Integer The maximum number of tracked IP addresses that have failed login [optional]
timeWindowSeconds Integer The window of time in which the value for `allowed_tries` is enforced [optional]
type TypeEnum The type of rate limiting [optional]

Enum: AuthenticationBackendEnum

Name Value
INTERNAL "internal"

Enum: TypeEnum

Name Value
USERNAME "username"