@itentialopensource/adapter-paragon_pathfinder 1.2.2 → 1.2.4
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.
- package/CHANGELOG.md +16 -0
- package/entities/.system/action.json +40 -0
- package/entities/.system/mockdatafiles/MFA_Step_1-default.json +31 -0
- package/entities/.system/mockdatafiles/MFA_Step_2-default.json +107 -0
- package/entities/.system/schemaTokenReq_MFA_Step_1.json +19 -0
- package/entities/.system/schemaTokenReq_MFA_Step_2.json +24 -0
- package/entities/.system/schemaTokenResp_MFA_Step_1.json +38 -0
- package/entities/.system/schemaTokenResp_MFA_Step_2.json +33 -0
- package/package.json +1 -1
- package/propertiesSchema.json +3 -2
- package/refs?service=git-upload-pack +0 -0
- package/test/unit/adapterBaseTestUnit.js +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 1.2.4 [04-27-2023]
|
|
3
|
+
|
|
4
|
+
* Patch/add msa
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/controller-orchestrator/adapter-paragon_pathfinder!7
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 1.2.3 [04-27-2023]
|
|
11
|
+
|
|
12
|
+
* Patch/add msa
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/controller-orchestrator/adapter-paragon_pathfinder!7
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 1.2.2 [04-25-2023]
|
|
3
19
|
|
|
4
20
|
* Fix body and token schema
|
|
@@ -25,6 +25,46 @@
|
|
|
25
25
|
}
|
|
26
26
|
]
|
|
27
27
|
},
|
|
28
|
+
{
|
|
29
|
+
"name": "MFA_Step_1",
|
|
30
|
+
"protocol": "REST",
|
|
31
|
+
"method": "POST",
|
|
32
|
+
"entitypath": "{base_path}/{version}/iam/authenticate",
|
|
33
|
+
"requestSchema": "schemaTokenReq_MFA_Step_1.json",
|
|
34
|
+
"responseSchema": "schemaTokenResp_MFA_Step_1.json",
|
|
35
|
+
"timeout": 0,
|
|
36
|
+
"sendEmpty": false,
|
|
37
|
+
"requestDatatype": "JSON",
|
|
38
|
+
"responseDatatype": "JSON",
|
|
39
|
+
"headers": {},
|
|
40
|
+
"responseObjects": [
|
|
41
|
+
{
|
|
42
|
+
"type": "default",
|
|
43
|
+
"key": "",
|
|
44
|
+
"mockFile": "mockdatafiles/MFA_Step_1-default.json"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "MFA_Step_2",
|
|
50
|
+
"protocol": "REST",
|
|
51
|
+
"method": "POST",
|
|
52
|
+
"entitypath": "{base_path}/{version}/iam/authenticate",
|
|
53
|
+
"requestSchema": "schemaTokenReq_MFA_Step_2.json",
|
|
54
|
+
"responseSchema": "schemaTokenResp_MFA_Step_2.json",
|
|
55
|
+
"timeout": 0,
|
|
56
|
+
"sendEmpty": false,
|
|
57
|
+
"requestDatatype": "JSON",
|
|
58
|
+
"responseDatatype": "JSON",
|
|
59
|
+
"headers": {},
|
|
60
|
+
"responseObjects": [
|
|
61
|
+
{
|
|
62
|
+
"type": "default",
|
|
63
|
+
"key": "",
|
|
64
|
+
"mockFile": "mockdatafiles/MFA_Step_2-default.json"
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
},
|
|
28
68
|
{
|
|
29
69
|
"name": "healthcheck",
|
|
30
70
|
"protocol": "REST",
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"status": "AUTHENTICATED",
|
|
3
|
+
"user_id": "string",
|
|
4
|
+
"id_token": "eyJh",
|
|
5
|
+
"token": {
|
|
6
|
+
"user_id": "string",
|
|
7
|
+
"user_name": "admin",
|
|
8
|
+
"iat": "string",
|
|
9
|
+
"exp": "string",
|
|
10
|
+
"unique_identifier": "string",
|
|
11
|
+
"identity_provider_type": "Local"
|
|
12
|
+
},
|
|
13
|
+
"scopes": [
|
|
14
|
+
{
|
|
15
|
+
"id": "string",
|
|
16
|
+
"name": "default",
|
|
17
|
+
"display_name": "default",
|
|
18
|
+
"type": "string"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"id": "string",
|
|
22
|
+
"name": "string",
|
|
23
|
+
"display_name": "string",
|
|
24
|
+
"type": "Tenant",
|
|
25
|
+
"parent_id": "string",
|
|
26
|
+
"parent_name": "default",
|
|
27
|
+
"parent_type": "string"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"identity_provider_type": "Local"
|
|
31
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
{
|
|
2
|
+
"status": "AUTHENTICATED",
|
|
3
|
+
"user_id": "string",
|
|
4
|
+
"id_token": "eyJhbGc",
|
|
5
|
+
"token": {
|
|
6
|
+
"user_id": "string",
|
|
7
|
+
"user_name": "admin",
|
|
8
|
+
"iat": "string",
|
|
9
|
+
"exp": "string",
|
|
10
|
+
"roles": [
|
|
11
|
+
{
|
|
12
|
+
"id": "string",
|
|
13
|
+
"name": "string",
|
|
14
|
+
"type": "string",
|
|
15
|
+
"predefined": true
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"intents": [],
|
|
19
|
+
"scope": {
|
|
20
|
+
"id": "string",
|
|
21
|
+
"name": "default",
|
|
22
|
+
"type": "string",
|
|
23
|
+
"display_name": "default"
|
|
24
|
+
},
|
|
25
|
+
"capabilities": [
|
|
26
|
+
{
|
|
27
|
+
"service": "string",
|
|
28
|
+
"methods": []
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"service": "string",
|
|
32
|
+
"methods": []
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"service": "string",
|
|
36
|
+
"methods": []
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"service": "string",
|
|
40
|
+
"methods": []
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"service": "string",
|
|
44
|
+
"methods": []
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"service": "string",
|
|
48
|
+
"methods": []
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"service": "string",
|
|
52
|
+
"methods": []
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"service": "string",
|
|
56
|
+
"methods": []
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"service": "string",
|
|
60
|
+
"methods": []
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"service": "string",
|
|
64
|
+
"methods": []
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"service": "string",
|
|
68
|
+
"methods": []
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"service": "string",
|
|
72
|
+
"methods": []
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"service": "string",
|
|
76
|
+
"methods": []
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"service": "string",
|
|
80
|
+
"methods": []
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"service": "string",
|
|
84
|
+
"methods": []
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"service": "string",
|
|
88
|
+
"methods": []
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"service": "string",
|
|
92
|
+
"methods": []
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"service": "string",
|
|
96
|
+
"methods": []
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"service": "string",
|
|
100
|
+
"methods": []
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"unique_identifier": "string",
|
|
104
|
+
"identity_provider_type": "Local"
|
|
105
|
+
},
|
|
106
|
+
"identity_provider_type": "Local"
|
|
107
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": ".system-schemaTokenReq_MFA_Step_1.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": true,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "MFA_Step_1",
|
|
12
|
+
"enum": [
|
|
13
|
+
"MFA_Step_1"
|
|
14
|
+
],
|
|
15
|
+
"external_name": "ph_request_type"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"definitions": {}
|
|
19
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": ".system-schemaTokenReq_MFA_Step_2.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": true,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "MFA_Step_2",
|
|
12
|
+
"enum": [
|
|
13
|
+
"MFA_Step_2"
|
|
14
|
+
],
|
|
15
|
+
"external_name": "ph_request_type"
|
|
16
|
+
},
|
|
17
|
+
"scopeId": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"description": "scopeId",
|
|
20
|
+
"external_name": "scope_id"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"definitions": {}
|
|
24
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": ".system-schemaTokenResp_MFA_Step_1.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": true,
|
|
6
|
+
"dynamicfields": false,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "MFA_Step_1",
|
|
12
|
+
"enum": [
|
|
13
|
+
"MFA_Step_1"
|
|
14
|
+
],
|
|
15
|
+
"external_name": "ph_request_type"
|
|
16
|
+
},
|
|
17
|
+
"token": {
|
|
18
|
+
"description": "token returned by system",
|
|
19
|
+
"parse": false,
|
|
20
|
+
"encode": false,
|
|
21
|
+
"placement": "BODY",
|
|
22
|
+
"external_name": "id_token"
|
|
23
|
+
},
|
|
24
|
+
"tokenp2": {
|
|
25
|
+
"description": "token returned by system",
|
|
26
|
+
"parse": false,
|
|
27
|
+
"encode": false,
|
|
28
|
+
"placement": "BODY",
|
|
29
|
+
"encrypt": {
|
|
30
|
+
"type": "AES",
|
|
31
|
+
"key": ""
|
|
32
|
+
},
|
|
33
|
+
"external_name": "scopes.0.id"
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
},
|
|
37
|
+
"definitions": {}
|
|
38
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": ".system-schemaTokenResp_MFA_Step_2.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": true,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "MFA_Step_2",
|
|
12
|
+
"enum": [
|
|
13
|
+
"MFA_Step_2"
|
|
14
|
+
],
|
|
15
|
+
"external_name": "ph_request_type"
|
|
16
|
+
},
|
|
17
|
+
"token": {
|
|
18
|
+
"description": "token returned by system",
|
|
19
|
+
"parse": false,
|
|
20
|
+
"encode": false,
|
|
21
|
+
"placement": "BODY",
|
|
22
|
+
"external_name": "token"
|
|
23
|
+
},
|
|
24
|
+
"tokenp2": {
|
|
25
|
+
"description": "token returned by system",
|
|
26
|
+
"parse": false,
|
|
27
|
+
"encode": false,
|
|
28
|
+
"placement": "BODY",
|
|
29
|
+
"external_name": "id_token"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"definitions": {}
|
|
33
|
+
}
|
package/package.json
CHANGED
package/propertiesSchema.json
CHANGED
|
Binary file
|
|
@@ -831,9 +831,11 @@ describe('[unit] Adapter Base Test', () => {
|
|
|
831
831
|
assert.equal('patchGenericNoBase', expectedCapabilities[0].actions[8]);
|
|
832
832
|
assert.equal('deleteGenericNoBase', expectedCapabilities[0].actions[9]);
|
|
833
833
|
assert.equal('.system', expectedCapabilities[1].entity);
|
|
834
|
-
assert.equal(
|
|
834
|
+
assert.equal(4, expectedCapabilities[1].actions.length);
|
|
835
835
|
assert.equal('getToken', expectedCapabilities[1].actions[0]);
|
|
836
|
-
assert.equal('
|
|
836
|
+
assert.equal('MFA_Step_1', expectedCapabilities[1].actions[1]);
|
|
837
|
+
assert.equal('MFA_Step_2', expectedCapabilities[1].actions[2]);
|
|
838
|
+
assert.equal('healthcheck', expectedCapabilities[1].actions[3]);
|
|
837
839
|
for (let e = 1; e < expectedCapabilities.length; e += 1) {
|
|
838
840
|
assert.notEqual('', expectedCapabilities[e].entity);
|
|
839
841
|
assert.notEqual(null, expectedCapabilities[e].actions);
|