@itentialopensource/adapter-cyberark 0.7.0 → 0.7.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
@@ -97,7 +97,7 @@ you can leave all of the other properties in the authentication section, they wi
97
97
 
98
98
  ### Sample Properties
99
99
 
100
- 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.
100
+ 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.
101
101
 
102
102
  ```json
103
103
  "properties": {
@@ -126,6 +126,9 @@ Sample Properties can be used to help you configure the adapter in the Itential
126
126
  "client_id": "",
127
127
  "client_secret": "",
128
128
  "grant_type": "",
129
+ "auth_request_datatype": "",
130
+ "auth_response_datatype": "",
131
+ "token_response_placement": "",
129
132
  "sensitive": [],
130
133
  "sso": {
131
134
  "protocol": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-cyberark",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "This adapter integrates with system described as: cyberark",
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-cyberark#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",