mirror of
https://github.com/bitwarden/server.git
synced 2024-12-04 14:13:28 +01:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
|
{
|
||
|
"globalSettings": {
|
||
|
"baseServiceUri": {
|
||
|
"vault": "https://vault.bitwarden.com",
|
||
|
"api": "https://api.bitwarden.com",
|
||
|
"identity": "https://identity.bitwarden.com",
|
||
|
"admin": "https://admin.bitwarden.com",
|
||
|
"notifications": "https://notifications.bitwarden.com",
|
||
|
"sso": "https://sso.bitwarden.com",
|
||
|
"portal": "http://portal.bitwarden.com",
|
||
|
"internalNotifications": "https://notifications.bitwarden.com",
|
||
|
"internalAdmin": "https://admin.bitwarden.com",
|
||
|
"internalIdentity": "https://identity.bitwarden.com",
|
||
|
"internalApi": "https://api.bitwarden.com",
|
||
|
"internalVault": "https://vault.bitwarden.com",
|
||
|
"internalSso": "https://sso.bitwarden.com",
|
||
|
"internalPortal": "https://portal.bitwarden.com"
|
||
|
},
|
||
|
"braintree": {
|
||
|
"production": true
|
||
|
},
|
||
|
"sso": {
|
||
|
"saml": {
|
||
|
"NameIdFormat": "Unspecified",
|
||
|
"WantAssertionsSigned": true,
|
||
|
"OutboundSigningAlgorithm": "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256",
|
||
|
"SigningBehavior": "IfIdpWantAuthnRequestsSigned",
|
||
|
"ValidateCertificates": false
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|