mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-03 17:33:57 +00:00
Add SSO functionality using OpenID Connect
Co-authored-by: Pablo Ovelleiro Corral <mail@pablo.tools> Co-authored-by: Stuart Heap <sheap13@gmail.com> Co-authored-by: Alex Moore <skiepp@my-dockerfarm.cloud> Co-authored-by: Brian Munro <brian.alexander.munro@gmail.com> Co-authored-by: Jacques B. <timshel@github.com>
This commit is contained in:
parent
10d12676cf
commit
671f7a1d31
24 changed files with 700 additions and 13 deletions
|
@ -149,6 +149,9 @@ pico-args = "0.5.0"
|
|||
paste = "1.0.15"
|
||||
governor = "0.8.0"
|
||||
|
||||
# OIDC for SSO
|
||||
openidconnect = "3.4.0"
|
||||
|
||||
# Check client versions for specific features.
|
||||
semver = "1.0.24"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue