-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.json
43 lines (43 loc) · 971 Bytes
/
configuration.json
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
[
{
"key": "ClientId",
"type": "input",
"defaultValue": "",
"templateOptions": {
"label": "ClientId",
"description": "The ClientId to connect to the API",
"required": true
}
},
{
"key": "ClientSecret",
"type": "input",
"defaultValue": "",
"templateOptions": {
"type": "password",
"label": "ClientSecret",
"description": "The ClientSecret to connect to the API",
"required": true
}
},
{
"key": "TokenUrl",
"type": "input",
"defaultValue": "",
"templateOptions": {
"label": "TokenUrl",
"description": "The TokenUrl to authorize with the API. e.g. https://idp-a.ecare.nu/identity ",
"required": true
}
},
{
"key": "BaseUrl",
"type": "input",
"defaultValue": "",
"templateOptions": {
"label": "BaseUrl",
"description": "The URL to the API. e.g. https://service-scim-a.ecare.nu",
"required": true
}
}
]