[PM-29142] Config for SSO cookie vending (#6880)

This config may be used when a load balancer in front of Bitwarden is
first verifying an auth cookie issued by an IdP before proxying the
request to Bitwarden.
This commit is contained in:
Derek Nance
2026-01-22 15:20:38 -06:00
committed by GitHub
parent bab4750caa
commit 415821f173
5 changed files with 39 additions and 2 deletions

View File

@@ -39,6 +39,14 @@
},
"licenseDirectory": "<full path to license directory>",
"enableNewDeviceVerification": true,
"enableEmailVerification": true
"enableEmailVerification": true,
"communication": {
"bootstrap": "none",
"ssoCookieVendor": {
"idpLoginUrl": "",
"cookieName": "",
"cookieDomain": ""
}
}
}
}