forked from w3c-ccg/traceability-interop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconformance_suite.postman_environment.json
51 lines (51 loc) · 1.15 KB
/
conformance_suite.postman_environment.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
44
45
46
47
48
49
50
51
{
"id": "d7a28a8c-69bc-4df1-86f3-47376a3b7c68",
"name": "Traceability Conformance",
"values": [
{
"key": "API_BASE_URL",
"value": "<the base URL to your implementation goes here>",
"type": "default",
"enabled": true
},
{
"key": "CLIENT_ID",
"value": "<your OAuth2 client_id goes here>",
"type": "default",
"enabled": true
},
{
"key": "CLIENT_SECRET",
"value": "<your OAuth2 client_secret goes here>",
"type": "secret",
"enabled": true
},
{
"key": "CLIENT_SCOPE",
"value": "<use if oidc provider requires you to list scopes>",
"type": "default",
"enabled": true
},
{
"key": "ORGANIZATION_DID_WEB",
"value": "<your organization did:web goes here>",
"type": "default",
"enabled": true
},
{
"key": "TOKEN_AUDIENCE",
"value": "<your OAuth2 token audience goes here>",
"type": "default",
"enabled": true
},
{
"key": "TOKEN_ENDPOINT",
"value": "<your OAuth2 token endpoint goes here>",
"type": "default",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2023-05-23T13:56:55.252Z",
"_postman_exported_using": "Postman/9.31.29"
}