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

Reduce allowed bypasses for multifactor setup

Decrease the window of time an account is at risk of compromise by reducing allowed bypasses for multifactor setup.

Reduce the number of times a user can skip the multifactor passcode setup requirement to decrease the window of time an account is at risk of compromise. Multifactor authentication (MFA) protects against password-related attacks or weak passwords by requiring an additional form of verification. Reducing the length of time a user can skip this setup reduces this vulnerability.

Set the glide.authenticate.multifactor.setup.bypass.count system property to 0 to prevent users from skipping multifactor passcode setup.

More information

AttributeDescription
Technical configuration nameglide.authenticate.multifactor.setup.bypass.count
Plugin applicabilityNone.
Security riskMultifactor authentication protects against password-related attacks or weak passwords by requiring an additional form of verification. A high number of allowed multifactor setup bypasses increases the risk of account compromise as the account isn’t protected by multifactor. A small number of allowed bypasses reduces this window of time.
Common Vulnerability Scoring System (CVSS) score3.9
Common Vulnerability Scoring System (CVSS) ratingLow
Functional impactUsers aren’t allowed to login to an instance without setting up MFA if they’ve surpassed the number of logins specified in the property.
Dependencies and prerequisitesNone
Data typeInteger
Base system value0
Fallback value0
Recommended value0

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

Parent Topic:Authentication