mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-28 01:11:35 +03:00
SSO: ZITADEL login chooses the wrong account #35
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 @JSchmie on GitHub.
Prerequisites
Vaultwarden Support String
x
Vaultwarden Build Version
testing
Deployment method
Official Container Image
Custom deployment method
Reverse Proxy
traefik:v3.5
Host/Server Operating System
Linux
Operating System Version
Debian 12.11
Clients
Web Vault
Client Version
No response
Steps To Reproduce
vaultwarden/server:testing).Expected Result
Actual Result
zitadel-admin@zitadel.<subdomain>.mydomain.de) without a prompt.Logs
Screenshots or Videos
No response
Additional Context
No response
@Timshel commented on GitHub:
Hey,
Did you try setting
SSO_AUTHORIZE_EXTRA_PARAMS=prompt=select_accountI believe Zitadel should support it ?@JSchmie commented on GitHub:
Hi, and thanks for the quick reply, @Timshel.
This works! The only hiccup is the flow: I have to enter my email, get redirected to my ZITADEL instance (log in there if needed), and then enter my master password. It’d be smoother if I only had to enter my email once.