-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VaultWardenのSSOを試すメモ #4
Comments
SSO 関連の環境変数vaultwarden/.env.template at 09a399f8c5badb3200759622a543fcb106840404 · Timshel/vaultwarden ## SSO settings (OpenID Connect)
## Controls whether users can login using an OpenID Connect identity provider
# SSO_ENABLED=true
## Prevent users from logging in directly without going through SSO
# SSO_ONLY=false
## Auto accept organization invitation, if set to false you will need
## - to let user log using email+Master password (SSO_ONLY=false)
## - use a patched frontend to allow the invitation to be preserved across the sso redirection
# SSO_ACCEPTALL_INVITES=false
## Base URL of the OIDC server (auto-discovery is used)
# SSO_AUTHORITY=https://auth.example.com
## Set your Client ID and Client Key
# SSO_CLIENT_ID=11111
# SSO_CLIENT_SECRET=AAAAAAAAAAAAAAAAAAAAAAAA
## Optional SSO public key for JWT validation
# SSO_KEY_FILEPATH=%DATA_FOLDER%/sso_key.pub.pem |
モバイルアプリでSSOAndroid の Bitwarden アプリで、SSO でログインできることを確認した。 |
authentik でメールアドレスを変更したあとにVaultWardenにSSOすると、新規アカウントが作成される。 authentikのOAuth2 Provierでは、 |
疑問
|
概要
VaultWarden は Bitwarden をセルフホストしやすいように Rust で実装した OSS。
Bitwarden のすべての機能を実装しているわけではない。
出典: Home · dani-garcia/vaultwarden Wiki の Missing features より。
SSO を望む声は一定数あり、issue やプルリクエストが見受けられる。
上記プルリクエストの実装をローカル環境で試してみる。
The text was updated successfully, but these errors were encountered: