Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Once a user reaches either limit, the login flow blocks further retries or resen
5. Click **Update** to save the script.

!!! note "Account lock takes precedence"
If {{ product_name }} locks the user account (for example, due to too many failed login attempts at the tenant level) before the user reaches <code>maximumAllowedFailureAttempts</code>, the account lock ends the authentication flow immediately.
If {{ product_name }} locks the user account (for example, due to too many failed login attempts at the organization level) before the user reaches <code>maximumAllowedFailureAttempts</code>, the account lock ends the authentication flow immediately.

!!! note "Connection-level resend block"
You can also configure a resend block at the connection level using settings such as **Allowed OTP resend attempt count** and **Resend block duration**. If the connection-level block triggers before the application-level limit (<code>maximumAllowedResendAttempts</code>), the connection temporarily blocks resend requests for the configured duration.
Expand Down
Loading