mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-22 03:10:08 +00:00
add SSO_ALLOW_UNKNOWN_EMAIL_VERIFICATION
This commit is contained in:
parent
fb5b56803a
commit
8dfaee61df
4 changed files with 22 additions and 2 deletions
|
@ -458,6 +458,8 @@
|
|||
# SSO_ONLY=false
|
||||
## On SSO Signup if a user with a matching email already exists make the association
|
||||
# SSO_SIGNUPS_MATCH_EMAIL=true
|
||||
## Allow unknown email verification status. Allowing this with `SSO_SIGNUPS_MATCH_EMAIL=true` open potential account takeover.
|
||||
# SSO_ALLOW_UNKNOWN_EMAIL_VERIFICATION=false
|
||||
## Base URL of the OIDC server (auto-discovery is used)
|
||||
## - Should not include the `/.well-known/openid-configuration` part and no trailing `/`
|
||||
## - ${SSO_AUTHORITY}/.well-known/openid-configuration should return a json document: https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfigurationResponse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue