Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Minimize failed login attempts for high assurance sessions

Decrease the likelihood of a brute force attack by minimizing failed login attempts for high assurance sessions.

Use the glide.zta.high_assurance.session.max.login.failed_attempts system property to limit the number of failed authentication attempts allowed before users are logged out when re-authenticating through Continuous Authentication.

Set the value of this system property to a low value (such as 5) to decrease the likelihood of a brute force attack.

More information

AttributeDescription
Technical configuration nameglide.zta.high_assurance.session.max.login.failed_attempts
Plugin applicabilityZero Trust - Continuous Authentication (com.snc.zero_trust_continuous_authentication)
Security riskA high number of allowed authentication attempts increases the likelihood of a brute force attack.
Common Vulnerability Scoring System (CVSS) score3.3
Common Vulnerability Scoring System (CVSS) ratingLow
Functional impactUsers are logged out of their sessions after the number of authentication failures selected in the property.
Dependencies and prerequisitesNone
Data typeInteger
Base system value5
Fallback value5
Recommended value5

To learn more about adding or creating a system property, see Add a system property.

Parent Topic:Authentication