@itentialopensource/adapter-paragon_pathfinder 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,45 +0,0 @@
1
- {
2
- "actions": [
3
- {
4
- "name": "authenticationAuthenticate",
5
- "protocol": "REST",
6
- "method": "POST",
7
- "entitypath": "{base_path}/{version}/iam/authenticate?{query}",
8
- "requestSchema": "schema.json",
9
- "responseSchema": "schema.json",
10
- "timeout": 0,
11
- "sendEmpty": false,
12
- "requestDatatype": "JSON",
13
- "responseDatatype": "JSON",
14
- "headers": {},
15
- "responseObjects": [
16
- {
17
- "type": "default",
18
- "key": "",
19
- "mockFile": ""
20
- }
21
- ]
22
- },
23
- {
24
- "name": "authenticationAuthCallbackOpenIDConnect",
25
- "protocol": "REST",
26
- "method": "GET",
27
- "entitypath": "{base_path}/{version}/iam/auth/oidc/callback?{query}",
28
- "requestSchema": "schema.json",
29
- "responseSchema": "schema.json",
30
- "timeout": 0,
31
- "sendEmpty": false,
32
- "sendGetBody": false,
33
- "requestDatatype": "JSON",
34
- "responseDatatype": "JSON",
35
- "headers": {},
36
- "responseObjects": [
37
- {
38
- "type": "default",
39
- "key": "",
40
- "mockFile": ""
41
- }
42
- ]
43
- }
44
- ]
45
- }
@@ -1,20 +0,0 @@
1
- {
2
- "$id": "schema.json",
3
- "type": "object",
4
- "schema": "http://json-schema.org/draft-07/schema#",
5
- "translate": false,
6
- "dynamicfields": true,
7
- "properties": {
8
- "ph_request_type": {
9
- "type": "string",
10
- "description": "type of request (internal to adapter)",
11
- "default": "authenticationAuthenticate",
12
- "enum": [
13
- "authenticationAuthenticate",
14
- "authenticationAuthCallbackOpenIDConnect"
15
- ],
16
- "external_name": "ph_request_type"
17
- }
18
- },
19
- "definitions": {}
20
- }
@@ -1,105 +0,0 @@
1
- {
2
- "actions": [
3
- {
4
- "name": "authorizationAuthorizeIAMToken",
5
- "protocol": "REST",
6
- "method": "POST",
7
- "entitypath": "{base_path}/{version}/iam/authorize-iam-token?{query}",
8
- "requestSchema": "schema.json",
9
- "responseSchema": "schema.json",
10
- "timeout": 0,
11
- "sendEmpty": false,
12
- "requestDatatype": "JSON",
13
- "responseDatatype": "JSON",
14
- "headers": {},
15
- "responseObjects": [
16
- {
17
- "type": "default",
18
- "key": "",
19
- "mockFile": ""
20
- }
21
- ]
22
- },
23
- {
24
- "name": "authorizationGetJWTKeys",
25
- "protocol": "REST",
26
- "method": "GET",
27
- "entitypath": "{base_path}/{version}/iam/jwt/keys?{query}",
28
- "requestSchema": "schema.json",
29
- "responseSchema": "schema.json",
30
- "timeout": 0,
31
- "sendEmpty": false,
32
- "sendGetBody": false,
33
- "requestDatatype": "JSON",
34
- "responseDatatype": "JSON",
35
- "headers": {},
36
- "responseObjects": [
37
- {
38
- "type": "default",
39
- "key": "",
40
- "mockFile": ""
41
- }
42
- ]
43
- },
44
- {
45
- "name": "authorizationGetScope",
46
- "protocol": "REST",
47
- "method": "POST",
48
- "entitypath": "{base_path}/{version}/iam/get-scope?{query}",
49
- "requestSchema": "schema.json",
50
- "responseSchema": "schema.json",
51
- "timeout": 0,
52
- "sendEmpty": false,
53
- "requestDatatype": "JSON",
54
- "responseDatatype": "JSON",
55
- "headers": {},
56
- "responseObjects": [
57
- {
58
- "type": "default",
59
- "key": "",
60
- "mockFile": ""
61
- }
62
- ]
63
- },
64
- {
65
- "name": "authorizationGenerateAccessToken",
66
- "protocol": "REST",
67
- "method": "POST",
68
- "entitypath": "{base_path}/{version}/iam/generate-access-token?{query}",
69
- "requestSchema": "schema.json",
70
- "responseSchema": "schema.json",
71
- "timeout": 0,
72
- "sendEmpty": false,
73
- "requestDatatype": "JSON",
74
- "responseDatatype": "JSON",
75
- "headers": {},
76
- "responseObjects": [
77
- {
78
- "type": "default",
79
- "key": "",
80
- "mockFile": ""
81
- }
82
- ]
83
- },
84
- {
85
- "name": "authorizationAuthorizeServiceToken",
86
- "protocol": "REST",
87
- "method": "POST",
88
- "entitypath": "{base_path}/{version}/iam/authorize-service-token?{query}",
89
- "requestSchema": "schema.json",
90
- "responseSchema": "schema.json",
91
- "timeout": 0,
92
- "sendEmpty": false,
93
- "requestDatatype": "JSON",
94
- "responseDatatype": "JSON",
95
- "headers": {},
96
- "responseObjects": [
97
- {
98
- "type": "default",
99
- "key": "",
100
- "mockFile": ""
101
- }
102
- ]
103
- }
104
- ]
105
- }
@@ -1,23 +0,0 @@
1
- {
2
- "$id": "schema.json",
3
- "type": "object",
4
- "schema": "http://json-schema.org/draft-07/schema#",
5
- "translate": false,
6
- "dynamicfields": true,
7
- "properties": {
8
- "ph_request_type": {
9
- "type": "string",
10
- "description": "type of request (internal to adapter)",
11
- "default": "authorizationAuthorizeIAMToken",
12
- "enum": [
13
- "authorizationAuthorizeIAMToken",
14
- "authorizationGetJWTKeys",
15
- "authorizationGetScope",
16
- "authorizationGenerateAccessToken",
17
- "authorizationAuthorizeServiceToken"
18
- ],
19
- "external_name": "ph_request_type"
20
- }
21
- },
22
- "definitions": {}
23
- }