@itentialopensource/adapter-viptela 0.18.0 → 0.18.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.
- package/TAB2.md +3 -0
- package/package.json +2 -2
package/TAB2.md
CHANGED
|
@@ -97,6 +97,9 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
97
97
|
"client_id": "",
|
|
98
98
|
"client_secret": "",
|
|
99
99
|
"grant_type": "",
|
|
100
|
+
"auth_request_datatype": "",
|
|
101
|
+
"auth_response_datatype": "",
|
|
102
|
+
"token_response_placement": "",
|
|
100
103
|
"sensitive": [],
|
|
101
104
|
"sso": {
|
|
102
105
|
"protocol": "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-viptela",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.1",
|
|
4
4
|
"description": "This adapter integrates with system Viptela",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "Viptela",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"author": "Itential",
|
|
49
49
|
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-viptela#readme",
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@itentialopensource/adapter-utils": "6.0.
|
|
51
|
+
"@itentialopensource/adapter-utils": "6.0.3",
|
|
52
52
|
"acorn": "8.14.1",
|
|
53
53
|
"ajv": "8.17.1",
|
|
54
54
|
"axios": "1.12.2",
|