-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexampleconfig.json
More file actions
29 lines (29 loc) · 809 Bytes
/
Copy pathexampleconfig.json
File metadata and controls
29 lines (29 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"Settings": {
"Onspring": {
"BaseUrl": "https://api.onspring.com",
"ApiKey": "000000ffffff000000ffffff/00000000-ffff-0000-ffff-000000000000",
"UsersAppId": 1,
"GroupsAppId": 1
},
"Azure": {
"TenantId": "00000000-0000-0000-0000-000000000000",
"ClientId": "0a000aa0-1b11-2222-3c33-444444d44d44",
"ClientSecret": "00000~00000--000000000-00000000000000000",
"OnspringActiveGroups": [
"00000000-0000-0000-0000-000000000000",
"00000000-0000-0000-0000-000000000000"
],
"GroupFilter": "displayName eq 'Onspring Users'"
},
"GroupsFieldMappings": {
"4933": "displayName"
},
"UsersFieldMappings": {
"9": "streetAddress",
"2": "city",
"4934": "state",
"11": "postalCode"
}
}
}