-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfiguration.json
More file actions
90 lines (90 loc) · 2.76 KB
/
configuration.json
File metadata and controls
90 lines (90 loc) · 2.76 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[
{
"key": "ScimBaseUrl",
"type": "input",
"defaultValue": "https://identitymanagement.services.zenya.work",
"templateOptions": {
"label": "Scim Base Url",
"placeholder": "https://identitymanagement.services.zenya.work",
"description": "The Service Address of the SCIM endpoint",
"required": true
}
},
{
"key": "ScimClientId",
"type": "input",
"defaultValue": "",
"templateOptions": {
"label": "Scim Client ID",
"placeholder": "39b65e84-9f34-11ee-8c90-0242ac120002",
"description": "The Client ID of the Provider for External User Management in Zenya",
"required": true
}
},
{
"key": "ScimClientSecret",
"type": "input",
"defaultValue": "",
"templateOptions": {
"label": "Scim Client Secret",
"type": "password",
"placeholder": "35ff6bdc-9f34-11ee-8c90-0242ac120002",
"description": "The Client Secret of the Provider for External User Management in Zenya",
"required": true
}
},
{
"key": "SetDepartment",
"type": "checkbox",
"defaultValue": false,
"templateOptions": {
"label": "Set department in Zenya",
"required": false,
"description": "Please note: We can only set departments that already exist in Zenya, and all departments must have unique names (matching is by name only). Department maintenance (creation, deletion, setting the owner) must be done in Zenya."
}
},
{
"key": "SetManager",
"type": "checkbox",
"defaultValue": false,
"templateOptions": {
"label": "Set manager in Zenya",
"required": false,
"description": "Please note: We can only assign a manager who exists in Zenya and was created by HelloID. HelloID must first grant the Account entitlement to the manager."
}
},
{
"key": "ApiBaseUrl",
"type": "input",
"defaultValue": "https://<mytenant>.zenya<-env>.nl",
"templateOptions": {
"label": "Api Base Url",
"placeholder": "https://<mytenant>.zenya<-env>.nl",
"description": "The Service Address of the API endpoint",
"required": true
}
},
{
"key": "ApiClientId",
"type": "input",
"defaultValue": "",
"templateOptions": {
"label": "Api Client ID",
"placeholder": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"description": "The Client ID of the Provider for External User Management in Zenya",
"required": true
}
},
{
"key": "ApiClientSecret",
"type": "input",
"defaultValue": "",
"templateOptions": {
"label": "Api Client Secret",
"type": "password",
"placeholder": "abcd1234!@#$5678%^&*()_+abcd1234!@#$5678%^&*()_+",
"description": "The Client Secret of the Provider for External User Management in Zenya",
"required": true
}
}
]