Skip to main content

Get Auth Org Lockout Configuration.

GET 

/auth-org/lockout-config

This API returns the details of an org's lockout auth configuration.

Responses

Lockout configuration for the tenant's auth org.

Schema

    maximumAttempts int32

    The maximum attempts allowed before lockout occurs.

    lockoutDuration int32

    The total time in minutes a user will be locked out.

    lockoutWindow int32

    A rolling window where authentication attempts in a series count towards the maximum before lockout occurs.

Loading...