[GH-ISSUE #6277] SSO Button Not Displayed in Web UI Across Multiple Systems and Versions #2390

Closed
opened 2026-03-03 02:17:52 +03:00 by kerem · 5 comments
Owner

Originally created by @vandita36 on GitHub (Sep 8, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6277

Prerequisites

Vaultwarden Support String

SSO button not showing

Vaultwarden Build Version

tried all latest, testing and downgrading versions

Deployment method

Official Container Image

Custom deployment method

I am unable to see the Single Sign-On (SSO) button in the Vaultwarden web interface. This issue occurs across multiple platforms and versions I have tested:

Windows 10/11

macOS (local Mac Mini)

Ubuntu (local VM and EC2 instance)

I have tested:

Latest stable releases

Older stable releases

Development/testing Docker images

Despite verifying my SSO configuration (Keycloak/Entra ID/Authentik, etc.) and clearing browser cache, the SSO button does not appear. The login works fine through browser extensions and mobile apps, but the web UI remains without the SSO option.

Steps to Reproduce:

Install or update Vaultwarden to any version (stable, old stable, or testing image).

Configure SSO via your provider (Keycloak, Entra ID, etc.).

Access the Vaultwarden web interface.

Observe that the "Use Single Sign-On" button is missing.

Expected Behavior:
The web UI should display the SSO login button when SSO is configured correctly.

Actual Behavior:
The SSO button is not visible in the web interface, despite SSO being functional in other clients (browser extension, mobile app).

Environment:

Vaultwarden versions tested: All stable versions and testing/development images

Deployment method: Docker / Manual installation / Other

Browser: latest

Operating systems tested: Windows, macOS, Ubuntu, EC2 Ubuntu

Additional Notes:

I have tried clearing cache and accessing via multiple browsers.

Other users have reported that SSO works on some versions and setups, indicating this may be environment-specific or a UI bug.

both UI is loading and working just not showing the SSO button.

Reverse Proxy

not using now

Host/Server Operating System

Other

Operating System Version

all sytems I have tried

Clients

Desktop

Client Version

No response

Steps To Reproduce

did SSO button testing

Expected Result

want SSO button on vaultwarden

Actual Result

not showing SSO button

Logs


Screenshots or Videos

No response

Additional Context

No response

Originally created by @vandita36 on GitHub (Sep 8, 2025). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6277 ### Prerequisites - [x] I have searched the existing **Closed _AND_ Open** [Issues](https://github.com/dani-garcia/vaultwarden/issues?q=is%3Aissue%20) **_AND_** [Discussions](https://github.com/dani-garcia/vaultwarden/discussions?discussions_q=) - [x] I have searched and read the [documentation](https://github.com/dani-garcia/vaultwarden/wiki/) ### Vaultwarden Support String SSO button not showing ### Vaultwarden Build Version tried all latest, testing and downgrading versions ### Deployment method Official Container Image ### Custom deployment method I am unable to see the Single Sign-On (SSO) button in the Vaultwarden web interface. This issue occurs across multiple platforms and versions I have tested: Windows 10/11 macOS (local Mac Mini) Ubuntu (local VM and EC2 instance) I have tested: Latest stable releases Older stable releases Development/testing Docker images Despite verifying my SSO configuration (Keycloak/Entra ID/Authentik, etc.) and clearing browser cache, the SSO button does not appear. The login works fine through browser extensions and mobile apps, but the web UI remains without the SSO option. Steps to Reproduce: Install or update Vaultwarden to any version (stable, old stable, or testing image). Configure SSO via your provider (Keycloak, Entra ID, etc.). Access the Vaultwarden web interface. Observe that the "Use Single Sign-On" button is missing. Expected Behavior: The web UI should display the SSO login button when SSO is configured correctly. Actual Behavior: The SSO button is not visible in the web interface, despite SSO being functional in other clients (browser extension, mobile app). Environment: Vaultwarden versions tested: All stable versions and testing/development images Deployment method: Docker / Manual installation / Other Browser: latest Operating systems tested: Windows, macOS, Ubuntu, EC2 Ubuntu Additional Notes: I have tried clearing cache and accessing via multiple browsers. Other users have reported that SSO works on some versions and setups, indicating this may be environment-specific or a UI bug. both UI is loading and working just not showing the SSO button. ### Reverse Proxy not using now ### Host/Server Operating System Other ### Operating System Version all sytems I have tried ### Clients Desktop ### Client Version _No response_ ### Steps To Reproduce did SSO button testing ### Expected Result want SSO button on vaultwarden ### Actual Result not showing SSO button ### Logs ```text ``` ### Screenshots or Videos _No response_ ### Additional Context _No response_
kerem 2026-03-03 02:17:52 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@stefan0xC commented on GitHub (Sep 8, 2025):

It's only available in testing and you also have to enable SSO for the button to be displayed.

<!-- gh-comment-id:3264914062 --> @stefan0xC commented on GitHub (Sep 8, 2025): It's only available in `testing` and you also have to [enable SSO](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-SSO-support-using-OpenId-Connect) for the button to be displayed.
Author
Owner

@nwin commented on GitHub (Sep 10, 2025):

I have the same issue.

SSO_ENABLED=true SSO_ONLY=true

After opening the page I get the following screen:
Image
And entering the mail and master password (I get not redirected or anything just prompted to enter, this is a fresh installation with no user setup) it is confirmed that SSO_ONLY works...
Image

<!-- gh-comment-id:3273771136 --> @nwin commented on GitHub (Sep 10, 2025): I have the same issue. `SSO_ENABLED=true SSO_ONLY=true` After opening the page I get the following screen: <img width="856" height="953" alt="Image" src="https://github.com/user-attachments/assets/6ee97a74-71de-4ad7-a9e9-5ce8bef92ce9" /> And entering the mail and master password (I get not redirected or anything just prompted to enter, this is a fresh installation with no user setup) it is confirmed that SSO_ONLY works... <img width="1120" height="1035" alt="Image" src="https://github.com/user-attachments/assets/b73826cf-bd4f-439d-a04f-80fa28bacdeb" />
Author
Owner

@BlackDex commented on GitHub (Sep 10, 2025):

Try to clear your cache, or use an InCognito/Private Browser Window. Bitwarden clients cache some settings, which could cause strange issues like this.

<!-- gh-comment-id:3273817683 --> @BlackDex commented on GitHub (Sep 10, 2025): Try to clear your cache, or use an InCognito/Private Browser Window. Bitwarden clients cache some settings, which could cause strange issues like this.
Author
Owner

@stefan0xC commented on GitHub (Sep 10, 2025):

Your browser might have an old version of /css/vaultwarden.css still cached. Can you fully reload the web-vault and check again? If it does not change anything please post the support string that you can generate via the /admin/diagnostics page (after enabling it).

<!-- gh-comment-id:3273847184 --> @stefan0xC commented on GitHub (Sep 10, 2025): Your browser might have an old version of `/css/vaultwarden.css` still cached. Can you fully reload the web-vault and check again? If it does not change anything please post the support string that you can generate via the `/admin/diagnostics` page (after [enabling it](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page)).
Author
Owner

@nwin commented on GitHub (Sep 10, 2025):

This did do the trick for me, thanks.

<!-- gh-comment-id:3273872267 --> @nwin commented on GitHub (Sep 10, 2025): This did do the trick for me, thanks.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#2390
No description provided.