So what is the point of this, if the user still needs a master password?
Vaultwarden commit introduces SSO using OpenID Connect
11–20 of 100 posts
Re: Vaultwarden commit introduces SSO using OpenID Connect
#12Re: Vaultwarden commit introduces SSO using OpenID Connect
#13A password manager is the one thing I'm very skeptical to use SSO for.
Re: Vaultwarden commit introduces SSO using OpenID Connect
#14A password manager is the one thing I'm very skeptical to use SSO for.
Re: Vaultwarden commit introduces SSO using OpenID Connect
#15A password manager is the one thing I'm very skeptical to use SSO for.
But in corporate it’s provisioned to a user account that exists first.
My personal bootstrap is two Yubikeys (for redundancy) that contains the password and 2FA for my Proton Pass. This plays the role of what IT would in a company with a user directory.
Re: Vaultwarden commit introduces SSO using OpenID Connect
#16I selfhost vaultwarden for my use only. Can someone please explain it like I am 5 what's the use case of this new feature? Is it to log in to vaultwarden using an OpenID?
Yep, exactly. I selfhost Vaultwarden and a bunch of other apps that my family also use. So I run Authentik, which lets them only have to worry about remembering one login, and they then have a little dashboard of all our apps, and can click to login to whatever they want. It's a pretty decent little system, and I'm happy I can now add Vaultwarden to it. The bigger your users x applications number, the bigger the bene…
Re: Vaultwarden commit introduces SSO using OpenID Connect
#17A password manager is the one thing I'm very skeptical to use SSO for.
> A master password is still required and not controlled by the SSO
From the Bitwarden documentation[1]:
> Locking your vault will maintain vault data on the device, so unlocking your vault can be done offline. You will be required to enter your master password or PIN, or use biometrics, but won't need to use any active two-step login methods.
That really ought to quell the majority of the concerns IMO. Though for personal usage I use KeepassXC, because not having any remote authentication at all is even simpler than SSO.
[1]: https://bitwarden.com/help/vault-timeout/#vault-timeout-acti...
Re: Vaultwarden commit introduces SSO using OpenID Connect
#18Re: Vaultwarden commit introduces SSO using OpenID Connect
#19So what is the point of this, if the user still needs a master password?
Re: Vaultwarden commit introduces SSO using OpenID Connect
#20I love this product have used it for a long time now but more recently started getting worried about security. I hope the maintainers are doing their due diligence around securing their docker hub account (many of us run VW in docker) and are careful about libraries the project depends on. Some questionable coding practices were made that I'm not sure I agree with (calling a 3rd party sites in some scenarios). As mor…