@5minds/node-red-contrib-processcube 1.7.6-feature-1eae0e-m6ufq2sz → 1.7.6-feature-187c30-m6ul3qmy
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/check-authorization.html
CHANGED
@@ -135,7 +135,7 @@ A Node that checks if a user has the specified claims
|
|
135
135
|
## Configs
|
136
136
|
|
137
137
|
: name (string): name of the node
|
138
|
-
: engine (
|
138
|
+
: engine (engine-node): the engine to connect to
|
139
139
|
: claims (list of strings): the claims the user needs to be authorized
|
140
140
|
|
141
141
|
### References
|
@@ -0,0 +1,109 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"id": "3cb65f6178d62207",
|
4
|
+
"type": "tab",
|
5
|
+
"label": "Flow 1",
|
6
|
+
"disabled": false,
|
7
|
+
"info": "",
|
8
|
+
"env": []
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"id": "466e6c33e4389342",
|
12
|
+
"type": "processcube-engine-config",
|
13
|
+
"name": "",
|
14
|
+
"url": "http://engine:8000",
|
15
|
+
"urlType": "str",
|
16
|
+
"clientId": "external_task_worker",
|
17
|
+
"clientIdType": "str",
|
18
|
+
"clientSecret": "external_task_worker_secret",
|
19
|
+
"clientSecretType": "str"
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"id": "bf6699e3fcef19f7",
|
23
|
+
"type": "check-authorization",
|
24
|
+
"z": "3cb65f6178d62207",
|
25
|
+
"name": "",
|
26
|
+
"engine": "466e6c33e4389342",
|
27
|
+
"options": [
|
28
|
+
{
|
29
|
+
"claim": "gender"
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"claim": "notavalidclaim"
|
33
|
+
}
|
34
|
+
],
|
35
|
+
"x": 460,
|
36
|
+
"y": 280,
|
37
|
+
"wires": [
|
38
|
+
[
|
39
|
+
"5d331a2c7a214465"
|
40
|
+
],
|
41
|
+
[
|
42
|
+
"931f5bf8a9c528cd"
|
43
|
+
]
|
44
|
+
]
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"id": "5d331a2c7a214465",
|
48
|
+
"type": "debug",
|
49
|
+
"z": "3cb65f6178d62207",
|
50
|
+
"name": "debug 1",
|
51
|
+
"active": true,
|
52
|
+
"tosidebar": true,
|
53
|
+
"console": false,
|
54
|
+
"tostatus": false,
|
55
|
+
"complete": "payload",
|
56
|
+
"targetType": "msg",
|
57
|
+
"statusVal": "",
|
58
|
+
"statusType": "auto",
|
59
|
+
"x": 660,
|
60
|
+
"y": 260,
|
61
|
+
"wires": []
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"id": "e3c38e3f6c38f58d",
|
65
|
+
"type": "inject",
|
66
|
+
"z": "3cb65f6178d62207",
|
67
|
+
"name": "",
|
68
|
+
"props": [
|
69
|
+
{
|
70
|
+
"p": "_client",
|
71
|
+
"v": "{\"user\":{\"id\":\"e54f73d2-b003-4454-ae50-dbd7c41e8bff\",\"displayName\":\"admin\",\"username\":\"admin\",\"profileUrl\":\"\",\"emails\":[{\"value\":\"admin@admin.de\"}],\"claims\":{\"sub\":\"e54f73d2-b003-4454-ae50-dbd7c41e8bff\",\"company\":\"\",\"locale\":\"\",\"website\":\"\",\"picture\":\"\",\"gender\":\"\",\"family_name\":\"\",\"zoneinfo\":\"\",\"preferred_username\":\"\",\"name\":\"admin\",\"nickname\":\"\",\"email\":\"admin@admin.de\",\"middle_name\":\"\",\"given_name\":\"\",\"updated_at\":null,\"email_verified\":true,\"birthdate\":\"\",\"profile\":\"\",\"jti\":\"zvImE0Nm96kxGJEjbyrh2\",\"iat\":1738847665,\"exp\":1738851265,\"scope\":\"openid profile email lanes\",\"client_id\":\"PassportTestClient\",\"iss\":\"http://authority:11560/\",\"aud\":\"PassportTestClient\"}}}",
|
72
|
+
"vt": "json"
|
73
|
+
},
|
74
|
+
{
|
75
|
+
"p": "payload"
|
76
|
+
}
|
77
|
+
],
|
78
|
+
"repeat": "",
|
79
|
+
"crontab": "",
|
80
|
+
"once": false,
|
81
|
+
"onceDelay": 0.1,
|
82
|
+
"topic": "",
|
83
|
+
"payload": "user data",
|
84
|
+
"payloadType": "str",
|
85
|
+
"x": 240,
|
86
|
+
"y": 280,
|
87
|
+
"wires": [
|
88
|
+
[
|
89
|
+
"bf6699e3fcef19f7"
|
90
|
+
]
|
91
|
+
]
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"id": "931f5bf8a9c528cd",
|
95
|
+
"type": "debug",
|
96
|
+
"z": "3cb65f6178d62207",
|
97
|
+
"name": "debug 2",
|
98
|
+
"active": true,
|
99
|
+
"tosidebar": true,
|
100
|
+
"console": false,
|
101
|
+
"tostatus": false,
|
102
|
+
"complete": "false",
|
103
|
+
"statusVal": "",
|
104
|
+
"statusType": "auto",
|
105
|
+
"x": 660,
|
106
|
+
"y": 300,
|
107
|
+
"wires": []
|
108
|
+
}
|
109
|
+
]
|
package/externaltask-input.html
CHANGED
@@ -72,7 +72,7 @@ the connected ProcessCube Engine for processing.
|
|
72
72
|
## Configs
|
73
73
|
|
74
74
|
: name (string) : The name of the node
|
75
|
-
: engine (
|
75
|
+
: engine (engine-node) : The ProcessCube Engine to connect to
|
76
76
|
: topic (string) : The topic of the external task
|
77
77
|
: workerConfig (object) : The configuration for the worker
|
78
78
|
|
package/package.json
CHANGED
package/process-terminate.html
CHANGED