mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-09 12:45:33 -05:00
SSO User can bypass organisation two-step login requirement #6176
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @exu-g on GitHub (Feb 2, 2026).
Prerequisites
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: DOMAIN, ADMIN_TOKEN, SMTP_HOST, SMTP_SECURITY, SMTP_PORT, SMTP_FROM, SMTP_FROM_NAME, SMTP_USERNAME, SMTP_PASSWORD, SMTP_TIMEOUT
Config:
Vaultwarden Build Version
v1.35.2
Deployment method
Official Container Image
Custom deployment method
Deployed on Kubernetes
Reverse Proxy
haproxy
Host/Server Operating System
Linux
Operating System Version
Kubernetes
Clients
Web Vault
Client Version
Firefox 147 - v2025.12.1
Steps To Reproduce
Expected Result
The login with email & password should not be allowed as it is missing two-step verification.
Actual Result
Login succeeds using email & master password only
Logs
Screenshots or Videos
Organisation two-step policy is active

The policy is applied to a user that was invited without SSO, but not the SSO user (futffu)

Additional Context
No response
@stefan0xC commented on GitHub (Feb 2, 2026):
The Require 2FA policy does not apply to Admins and Owners.
The membership overview will only inform you if a user (no matter their role) has enabled 2FA.