@itentialopensource/adapter-aruba_central 2.5.0 → 2.5.1

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.
Files changed (2) hide show
  1. package/TAB2.md +4 -1
  2. package/package.json +2 -2
package/TAB2.md CHANGED
@@ -127,7 +127,7 @@ STEPS
127
127
 
128
128
  ### Sample Properties
129
129
 
130
- Sample Properties can be used to help you configure the adapter in the Itential Automation Platform. You will need to update connectivity information such as the host, port, protocol and credentials.
130
+ Sample Properties can be used to help you configure the adapter in the Itential Platform. You will need to update connectivity information such as the host, port, protocol and credentials.
131
131
 
132
132
  ```json
133
133
  "properties": {
@@ -156,6 +156,9 @@ Sample Properties can be used to help you configure the adapter in the Itential
156
156
  "client_id": "",
157
157
  "client_secret": "",
158
158
  "grant_type": "",
159
+ "auth_request_datatype": "",
160
+ "auth_response_datatype": "",
161
+ "token_response_placement": "",
159
162
  "sensitive": [],
160
163
  "sso": {
161
164
  "protocol": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-aruba_central",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "This adapter integrates with system described as: arubaCentralAllMethods.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "3.8.0",
@@ -47,7 +47,7 @@
47
47
  "author": "Itential",
48
48
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-aruba_central#readme",
49
49
  "dependencies": {
50
- "@itentialopensource/adapter-utils": "6.0.2",
50
+ "@itentialopensource/adapter-utils": "6.0.3",
51
51
  "acorn": "8.14.1",
52
52
  "ajv": "8.17.1",
53
53
  "axios": "1.12.2",