@itentialopensource/adapter-alkira 0.9.0 → 0.9.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
@@ -50,7 +50,7 @@ you can leave all of the other properties in the authentication section, they wi
50
50
 
51
51
  ### Sample Properties
52
52
 
53
- 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.
53
+ 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.
54
54
 
55
55
  ```json
56
56
  "properties": {
@@ -83,6 +83,9 @@ Sample Properties can be used to help you configure the adapter in the Itential
83
83
  "client_id": "",
84
84
  "client_secret": "",
85
85
  "grant_type": "",
86
+ "auth_request_datatype": "",
87
+ "auth_response_datatype": "",
88
+ "token_response_placement": "",
86
89
  "sensitive": [],
87
90
  "sso": {
88
91
  "protocol": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-alkira",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "This adapter integrates with system described as: alkiraApi.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Alkira",
@@ -48,7 +48,7 @@
48
48
  "author": "Itential",
49
49
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-alkira#readme",
50
50
  "dependencies": {
51
- "@itentialopensource/adapter-utils": "6.0.2",
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",