Demo · A2
Microsoft Office 365 / Entra ID 2FA pattern
- Inspired by
- Real attributes captured from
login.microsoftonline.com 2FA step (per bitwarden/clients#20304).
- Pattern
- Single input with
name="otc", type="tel", autocomplete="off", aria-label="Code", placeholder="Code", maxlength="6".
- Hits
- Only the AmbiguousTotpFieldNames list (via
"otc" substring on name + "code" on aria-label/placeholder).
- Expected with new "Auto-fill 2FA codes on page load" off
- Page-load skips TOTP (low-confidence). Manual trigger fills (qualifier convergence surfaces the inline menu).
- Expected with the setting on
- Still skipped on page-load — the high-confidence gate only opens for
autocomplete=one-time-code or the strict vocab. Manual trigger fills.