mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-08-29 07:45:41 -05:00
[GH-ISSUE #6445] [SSO] Login button not shown in web vault even though SSO is enabled #29926
Reference in New Issue
Block a user
Originally created by @Schweizer-Philipp on GitHub (Nov 8, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6445
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, SIGNUPS_ALLOWED, ADMIN_TOKEN, SSO_ENABLED, SSO_ONLY, SSO_SIGNUPS_MATCH_EMAIL, SSO_ALLOW_UNKNOWN_EMAIL_VERIFICATION, SSO_CLIENT_ID, SSO_CLIENT_SECRET, SSO_AUTHORITY, SSO_SCOPES, SSO_CLIENT_CACHE_EXPIRATION, SMTP_HOST, SMTP_SECURITY, SMTP_PORT, SMTP_FROM, SMTP_USERNAME, SMTP_PASSWORD
Config:
Vaultwarden Build Version
1.34.3-9017ca26
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
caddy v2.10.2
Host/Server Operating System
Linux
Operating System Version
No response
Clients
Web Vault
Client Version
2025.10.1
Steps To Reproduce
Expected Result
The Vaultwarden web vault displays a "Login with SSO" button when SSO_ENABLED=true.
Users can click the button to initiate the OpenID Connect login flow.
Actual Result
No SSO login button is shown in the web vault interface.
Users are only able to log in with a password, despite SSO being enabled.
Logs
Screenshots or Videos
No response
Additional Context
No response
@BlackDex commented on GitHub (Nov 8, 2025):
Have you tried a different browser or Private/Incognito window?
@Schweizer-Philipp commented on GitHub (Nov 8, 2025):
Apologies for the confusion — the issue was caused by a cached network request in Firefox.
After clearing the cache, the “Login with SSO” button appeared correctly again.
I’m closing this issue.
@BlackDex Thank you!