1
0
mirror of https://github.com/bitwarden/help synced 2026-01-18 08:23:39 +00:00
Files
help/files/data.json
fred_the_tech_writer 8605f3337e Update data.json (#629)
A custom was confused by "ID" (mistook it for the ID used for SSO) and asked for an update.
2021-06-02 15:43:25 -04:00

72 lines
2.0 KiB
JSON

{
"installedVersion": "2.8.2",
"mainWindowSize": {
"width": 738,
"height": 551,
"isMaximized": false,
"displayBounds": {
"x": 1440,
"y": 0,
"width": 1920,
"height": 1080
},
"x": 2601,
"y": 23
},
"appId": "app-id-string",
"rememberEmail": true,
"rememberedEmail": "owner@bitwarden.com",
"directoryType": 0, <---Indicates which directoryConfig_x to use for sync
"directoryConfig_0": { <---Config for LDAP/AD
"ssl": false,
"startTls": false,
"sslAllowUnauthorized": false,
"port": 389,
"currentUser": false,
"ad": true,
"pagedSearch": true,
"password": "[STORED SECURELY]", <---Must be set from a BWDC Application
"rootPath": "dc=ldap,dc=company,dc=org",
"hostname": "ldap.company.org",
"username": "cn=bitwarden,cn=Users,dc=ldap,dc=company,dc=org"
},
"directoryConfig_2": {
"privateKey": null
},
"directoryConfig_1": { <---Config for Azure AD
"key": "[STORED SECURELY]", <---Must be set from a BWDC Application
"tenant": "bwdc@test.onmicrosoft.com",
"applicationId": "application-id-string"
},
"directoryConfig_3": { <---Config for Okta
"token": "[STORED SECURELY]", <---Must be set from a BWDC Application
"orgUrl": "https://bitwardentest.okta.com"
},
"directoryConfig_4": { <---Config for OneLogin
"region": "us",
"clientSecret": "[STORED SECURELY]", <---Must be set from a BWDC Application
"clientId": "client-id-string"
},
"syncConfig": { <---Sync Options
"users": true,
"groups": false,
"interval": 5,
"removeDisabled": false,
"overwriteExisting": false,
"useEmailPrefixSuffix": false,
"creationDateAttribute": "whenCreated",
"revisionDateAttribute": "whenChanged",
"emailPrefixAttribute": "sAMAccountName",
"memberAttribute": "member",
"userObjectClass": "person",
"groupObjectClass": "group",
"userEmailAttribute": "mail",
"groupNameAttribute": "name",
"groupPath": "",
"userPath": "",
"groupFilter": "",
"userFilter": "(ou=Test OU)"
},
"organizationId": "organization-id-string" <---Your Organization GUID
}