This project is not associated with the Bitwarden project nor Bitwarden, Inc.
⚠️ web-vault builds for timshel/OIDCWarden. For timshel/vaultwarden go to oidc_web_builds
This is a repository to build custom versions of the Bitwarden web vault patched to work with Timshel/OIDCWarden. This integrates modifications from vaultwarden/vw_web_builds.
This generate two different versions :
button
default version with no change to the login flow vw_web_builds)override
add additionally :- set
#sso
as the default redirect url - remove some unnecessary logic (patch)
- set
To build the web-vault you need node and npm installed.
For a quick and easy local build you can run:
./scripts/build_webvault.sh
This will :
- Build the web vault application
- Package it as
oidc_button_web_vault.tar.gz
. - Apply the override patch to improve SSO flow
- Build the web vault application
- Package it as
oidc_override_web_vault.tar.gz
.