@itentialopensource/adapter-okta 0.1.1 → 0.2.0

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 (42) hide show
  1. package/AUTH.md +39 -0
  2. package/BROKER.md +199 -0
  3. package/CALLS.md +169 -0
  4. package/CHANGELOG.md +9 -2
  5. package/CODE_OF_CONDUCT.md +12 -17
  6. package/CONTRIBUTING.md +88 -74
  7. package/ENHANCE.md +69 -0
  8. package/PROPERTIES.md +641 -0
  9. package/README.md +223 -569
  10. package/SUMMARY.md +9 -0
  11. package/SYSTEMINFO.md +11 -0
  12. package/TROUBLESHOOT.md +47 -0
  13. package/adapter.js +349 -58
  14. package/adapterBase.js +1021 -245
  15. package/entities/.generic/action.json +110 -5
  16. package/entities/.generic/schema.json +6 -1
  17. package/error.json +6 -0
  18. package/package.json +17 -11
  19. package/pronghorn.json +642 -378
  20. package/propertiesDecorators.json +14 -0
  21. package/propertiesSchema.json +437 -1
  22. package/refs?service=git-upload-pack +0 -0
  23. package/report/adapterInfo.json +10 -0
  24. package/report/updateReport1654086669778.json +120 -0
  25. package/sampleProperties.json +94 -2
  26. package/test/integration/adapterTestBasicGet.js +1 -1
  27. package/test/integration/adapterTestIntegration.js +26 -103
  28. package/test/unit/adapterBaseTestUnit.js +34 -26
  29. package/test/unit/adapterTestUnit.js +219 -197
  30. package/utils/adapterInfo.js +206 -0
  31. package/utils/addAuth.js +94 -0
  32. package/utils/artifactize.js +0 -0
  33. package/utils/basicGet.js +1 -14
  34. package/utils/entitiesToDB.js +179 -0
  35. package/utils/modify.js +1 -1
  36. package/utils/patches2bundledDeps.js +90 -0
  37. package/utils/pre-commit.sh +3 -0
  38. package/utils/removeHooks.js +20 -0
  39. package/utils/tbScript.js +43 -22
  40. package/utils/tbUtils.js +126 -29
  41. package/utils/testRunner.js +16 -16
  42. package/utils/troubleshootingAdapter.js +2 -26
package/README.md CHANGED
@@ -1,30 +1,53 @@
1
- # Adapter for Okta
1
+ # Adapter for Okta
2
+
3
+ ## Table of Contents
4
+
5
+ Some of the page links in this document and links to other GitLab files do not work in Confluence however, the information is available in other sections of the Confluence material.
6
+
7
+ - [Overview](./SUMMARY.md)
8
+ - [Versioning](#versioning)
9
+ - [Supported IAP Versions](#supported-iap-versions)
10
+ - [Getting Started](#getting-started)
11
+ - [Helpful Background Information](#helpful-background-information)
12
+ - [Prerequisites](#prerequisites)
13
+ - [How to Install](#how-to-install)
14
+ - [Testing](#testing)
15
+ - [Configuration](./PROPERTIES.md)
16
+ - [Using this Adapter](./CALLS.md)
17
+ - [Additional Information](#additional-information)
18
+ - [Enhancements](./ENHANCE.md)
19
+ - [Contributing](./CONTRIBUTING.md)
20
+ - [Helpful Links](#helpful-links)
21
+ - [Node Scripts](#node-scripts)
22
+ - [Troubleshoot](./TROUBLESHOOT.md)
23
+ - [License and Maintainers](#license-and-maintainers)
24
+ - [Product License](#product-license)
25
+
26
+ ## [Overview](./SUMMARY.md)
2
27
 
3
- This adapter is used to integrate the Itential Automation Platform (IAP) with the Okta System. The API for Okta is available at [undefined API URL]. The adapter utilizes the Okta API to provide the integrations that are deemed pertinent to IAP. This ReadMe file is intended to provide information on this adapter.
28
+ ## Versioning
4
29
 
5
- >**Note**: It is possible that some integrations will be supported through the Okta adapter while other integrations will not.
30
+ Itential Product and opensource adapters utilize SemVer for versioning. The current version of the adapter can be found in the `package.json` file or viewed in the IAP GUI on the System page. All Itential opensource adapters can be found in the <a href="https://gitlab.com/itentialopensource/adapters" target="_blank">Itential OpenSource Repository</a>.
6
31
 
7
- Itential provides information on all of its product adapters in the Customer Knowledge Base. Information in the [Customer Knowledge Base](https://itential.atlassian.net/servicedesk/customer/portals) is consistently maintained and goes through documentation reviews. As a result, it should be the first place to go for information.
32
+ Any release prior to 1.0.0 is a pre-release. Initial builds of adapters are generally set up as pre-releases as there is often work that needs to be done to configure the adapter and make sure the authentication process to Okta works appropriately.
8
33
 
9
- For custom built adapters, it is a starting point to understand what you have built, provide the information for you to be able to update the adapter, and assist you with deploying the adapter into IAP.
34
+ Release notes can be viewed in CHANGELOG.md or in the <a href="https://itential.atlassian.net/servicedesk/customer/portals" target="_blank">Customer Knowledge Base</a> for Itential adapters.
10
35
 
11
- ## Versioning
36
+ ## Supported IAP Versions
12
37
 
13
- Itential Product adapters utilize SemVer for versioning. The current version of the adapter can be found in the `package.json` file or viewed in the IAP GUI on the System page. For Open Source Adapters, the versions available can be found in the [Itential OpenSource Repository](https://www.npmjs.com/search?q=itentialopensource%2Fadapter).
38
+ Itential Product adapters are built for particular versions of IAP and packaged with the versions they work with.
14
39
 
15
- ## Release History
16
-
17
- Any release prior to 1.0.0 is a pre-release. Initial builds of adapters are generally set up as pre-releases as there is often work that needs to be done to configure the adapter and make sure the authentication process to Okta works appropriately.
40
+ Itential opensource adapter as well as custom adapters built with the Itential Adapter Builder work acoss many releases of IAP. As a result, it is not often necessary to modify an adapter when upgrading IAP. If IAP has changes that impact the pronghorn.json, like adding a new required section, this will most likely require changes to all adapters when upgrading IAP.
18
41
 
19
- Release notes can be viewed in CHANGELOG.md or in the [Customer Knowledge Base](https://itential.atlassian.net/servicedesk/customer/portals) for Itential adapters.
42
+ Many of the scripts that come with all adapters built using the Itential Adapter Builder do have some dependencies on IAP or the IAP database schema and so it is possible these scripts could stop working in different versions of IAP. If you notify Itential of any issues, the Adapter Team will attempt to fix the scripts for newer releases of IAP.
20
43
 
21
44
  ## Getting Started
22
45
 
23
46
  These instructions will help you get a copy of the project on your local machine for development and testing. Reading this section is also helpful for deployments as it provides you with pertinent information on prerequisites and properties.
24
47
 
25
- ### Adapter Technical Resources
48
+ ### Helpful Background Information
26
49
 
27
- There is adapter documentation available on the Itential Developer Site [HERE](https://developer.itential.io/adapters-resources/). This documentation includes information and examples that are helpful for:
50
+ There is adapter documentation available on the Itential Developer Site <a href="https://www.itential.com/automation-platform/integrations/adapters-resources/" target="_blank">HERE</a>. This documentation includes information and examples that are helpful for:
28
51
 
29
52
  ```text
30
53
  Authentication
@@ -38,11 +61,11 @@ Troubleshooting
38
61
  ```
39
62
 
40
63
  Others will be added over time.
41
- Want to build a new adapter? Use the Adapter Builder [HERE](https://adapters.itential.io)
64
+ Want to build a new adapter? Use the <a href="https://adapters.itential.io" target="_blank">Itential Adapter Builder</a>
42
65
 
43
- ### Environment Prerequisites
66
+ ### Prerequisites
44
67
 
45
- The following is a list of required packages for an adapter.
68
+ The following is a list of required packages for installation on the system the adapter will run on:
46
69
 
47
70
  ```text
48
71
  Node.js
@@ -50,26 +73,69 @@ npm
50
73
  Git
51
74
  ```
52
75
 
53
- ### Adapter Prerequisites
54
-
55
- The following list of packages are required for Itential product adapters or custom adapters that have been built utilizing the Itential Adapter Builder.
56
-
57
- | Package | Description |
58
- | ------- | ------- |
59
- | @itentialopensource/adapter-utils | Runtime library classes for all adapters; includes request handling, connection, throttling, and translation. |
60
- | ajv | Required for validation of adapter properties to integrate with Okta. |
61
- | axios | Utilized by the node scripts that are included with the adapter; helps to build and extend the functionality. |
62
- | commander | Utilized by the node scripts that are included with the adapter; helps to build and extend the functionality. |
63
- | fs-extra | Utilized by the node scripts that are included with the adapter; helps to build and extend the functionality. |
64
- | network-diagnostics | Utilized by the node scripts that are included with the adapter; helps to build and extend the functionality. |
65
- | readline-sync | Utilized by the node script that comes with the adapter; helps to test unit and integration functionality. |
66
- | semver | Utilized by the node scripts that are included with the adapter; helps to build and extend the functionality. |
67
-
68
- Some of the adapter node scripts run testing scripts which require the dev dependencies listed below.
69
-
70
- ### Additional Prerequisites for Development and Testing
71
-
72
- If you are developing and testing a custom adapter, or have testing capabilities on an Itential product adapter, you will need to install these packages as well.
76
+ The following list of packages are required for Itential opensource adapters or custom adapters that have been built utilizing the Itential Adapter Builder. You can install these packages by running npm install inside the adapter directory.
77
+
78
+ <table border="1" class="bordered-table">
79
+ <tr>
80
+ <th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Package</span></th>
81
+ <th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Description</span></th>
82
+ </tr>
83
+ <tr>
84
+ <td style="padding:15px">@itentialopensource/adapter-utils</td>
85
+ <td style="padding:15px">Runtime library classes for all adapters; includes request handling, connection, authentication throttling, and translation.</td>
86
+ </tr>
87
+ <tr>
88
+ <td style="padding:15px">ajv</td>
89
+ <td style="padding:15px">Required for validation of adapter properties to integrate with Okta.</td>
90
+ </tr>
91
+ <tr>
92
+ <td style="padding:15px">axios</td>
93
+ <td style="padding:15px">Utilized by the node scripts that are included with the adapter; helps to build and extend the functionality.</td>
94
+ </tr>
95
+ <tr>
96
+ <td style="padding:15px">commander</td>
97
+ <td style="padding:15px">Utilized by the node scripts that are included with the adapter; helps to build and extend the functionality.</td>
98
+ </tr>
99
+ <tr>
100
+ <td style="padding:15px">fs-extra</td>
101
+ <td style="padding:15px">Utilized by the node scripts that are included with the adapter; helps to build and extend the functionality.</td>
102
+ </tr>
103
+ <tr>
104
+ <td style="padding:15px">mocha</td>
105
+ <td style="padding:15px">Testing library that is utilized by some of the node scripts that are included with the adapter.</td>
106
+ </tr>
107
+ <tr>
108
+ <td style="padding:15px">mocha-param</td>
109
+ <td style="padding:15px">Testing library that is utilized by some of the node scripts that are included with the adapter.</td>
110
+ </tr>
111
+ <tr>
112
+ <td style="padding:15px">mongodb</td>
113
+ <td style="padding:15px">Utilized by the node scripts that are included with the adapter; helps to build and extend the functionality.</td>
114
+ </tr>
115
+ <tr>
116
+ <td style="padding:15px">network-diagnostics</td>
117
+ <td style="padding:15px">Utilized by the node scripts that are included with the adapter; helps to build and extend the functionality.</td>
118
+ </tr>
119
+ <tr>
120
+ <td style="padding:15px">nyc</td>
121
+ <td style="padding:15px">Testing coverage library that is utilized by some of the node scripts that are included with the adapter.</td>
122
+ </tr>
123
+ <tr>
124
+ <td style="padding:15px">readline-sync</td>
125
+ <td style="padding:15px">Utilized by the node script that comes with the adapter; helps to test unit and integration functionality.</td>
126
+ </tr>
127
+ <tr>
128
+ <td style="padding:15px">semver</td>
129
+ <td style="padding:15px">Utilized by the node scripts that are included with the adapter; helps to build and extend the functionality.</td>
130
+ </tr>
131
+ <tr>
132
+ <td style="padding:15px">winston</td>
133
+ <td style="padding:15px">Utilized by the node scripts that are included with the adapter; helps to build and extend the functionality.</td>
134
+ </tr>
135
+ </table>
136
+ <br>
137
+
138
+ If you are developing and testing a custom adapter, or have testing capabilities on an Itential opensource adapter, you will need to install these packages as well.
73
139
 
74
140
  ```text
75
141
  chai
@@ -77,607 +143,195 @@ eslint
77
143
  eslint-config-airbnb-base
78
144
  eslint-plugin-import
79
145
  eslint-plugin-json
80
- mocha
81
- mocha-param
82
- nyc
83
146
  package-json-validator
84
147
  testdouble
85
- winston
86
- ```
87
-
88
- ### Creating a Workspace
89
-
90
- The following provides a local copy of the repository along with adapter dependencies.
91
-
92
- ```bash
93
- git clone git@gitlab.com:\@itentialopensource/adapters/adapter-okta
94
- npm install
95
- ```
96
-
97
- ## Adapter Properties and Descriptions
98
-
99
- This section defines **all** the properties that are available for the adapter, including detailed information on what each property is for. If you are not using certain capabilities with this adapter, you do not need to define all of the properties. An example of how the properties for this adapter can be used with tests or IAP are provided in the **Installation** section.
100
-
101
- ```json
102
- {
103
- "id": "ALL ADAPTER PROPERTIES!!!",
104
- "properties": {
105
- "host": "system.access.resolved",
106
- "port": 443,
107
- "base_path": "/",
108
- "version": "v1",
109
- "cache_location": "local",
110
- "encode_pathvars": true,
111
- "save_metric": true,
112
- "stub": false,
113
- "protocol": "https",
114
- "authentication": {
115
- "auth_method": "basic user_password",
116
- "username": "username",
117
- "password": "password",
118
- "token": "token",
119
- "invalid_token_error": 401,
120
- "token_timeout": 0,
121
- "token_cache": "local",
122
- "auth_field": "header.headers.X-AUTH-TOKEN",
123
- "auth_field_format": "{token}",
124
- "auth_logging": false
125
- },
126
- "healthcheck": {
127
- "type": "startup",
128
- "frequency": 300000,
129
- "query_object": {}
130
- },
131
- "request": {
132
- "number_redirects": 0,
133
- "number_retries": 3,
134
- "limit_retry_error": [401],
135
- "failover_codes": [404, 405],
136
- "attempt_timeout": 5000,
137
- "global_request": {
138
- "payload": {},
139
- "uriOptions": {},
140
- "addlHeaders": {},
141
- "authData": {}
142
- },
143
- "healthcheck_on_timeout": false,
144
- "return_raw": false,
145
- "archiving": false,
146
- "return_request": false
147
- },
148
- "ssl": {
149
- "ecdhCurve": "",
150
- "enabled": false,
151
- "accept_invalid_cert": false,
152
- "ca_file": "",
153
- "key_file": "",
154
- "cert_file": "",
155
- "secure_protocol": "",
156
- "ciphers": ""
157
- },
158
- "throttle": {
159
- "throttle_enabled": false,
160
- "number_pronghorns": 1,
161
- "sync_async": "sync",
162
- "max_in_queue": 1000,
163
- "concurrent_max": 1,
164
- "expire_timeout": 0,
165
- "avg_runtime": 200,
166
- "priorities": []
167
- },
168
- "proxy": {
169
- "enabled": false,
170
- "host": "localhost",
171
- "port": 9999,
172
- "protocol": "http",
173
- "username": "",
174
- "password": "",
175
- },
176
- "mongo": {
177
- "host": "",
178
- "port": 0,
179
- "database": "",
180
- "username": "",
181
- "password": "",
182
- "replSet": "",
183
- "db_ssl": {
184
- "enabled": false,
185
- "accept_invalid_cert": false,
186
- "ca_file": "",
187
- "key_file": "",
188
- "cert_file": ""
189
- }
190
- }
191
- },
192
- "type": "YOUR ADAPTER CLASS"
193
- }
194
- ```
195
-
196
- ### Connection Properties
197
-
198
- These base properties are used to connect to Okta upon the adapter initially coming up. It is important to set these properties appropriately.
199
-
200
- | Property | Description |
201
- | ------- | ------- |
202
- | host | Required. A fully qualified domain name or IP address.|
203
- | port | Required. Used to connect to the server.|
204
- | base_path | Optional. Used to define part of a path that is consistent for all or most endpoints. It makes the URIs easier to use and maintain but can be overridden on individual calls. An example **base_path** might be `/rest/api`. Default is ``.|
205
- | version | Optional. Used to set a global version for action endpoints. This makes it faster to update the adapter when endpoints change. As with the base-path, version can be overridden on individual endpoints. Default is ``.|
206
- | cache\_location | Optional. Used to define where the adapter cache is located. The cache is used to maintain an entity list to improve performance. Storage locally is lost when the adapter is restarted. Storage in Redis is preserved upon adapter restart. Default is none which means no caching of the entity list.|
207
- | encode\_pathvars | Optional. Used to tell the adapter to encode path variables or not. The default behavior is to encode them so this property can b e used to stop that behavior.|
208
- | save\_metric | Optional. Used to tell the adapter to save metric information (this does not impact metrics returned on calls). This allows the adapter to gather metrics over time. Metric data can be stored in a database or on the file system.|
209
- | stub | Optional. Indicates whether the stub should run instead of making calls to Okta (very useful during basic testing). Default is false (which means connect to Okta).|
210
- | protocol | Optional. Notifies the adapter whether to use HTTP or HTTPS. Default is HTTP.|
211
-
212
- A connectivity check tells IAP the adapter has loaded successfully.
213
-
214
- ### Authentication Properties
215
-
216
- The following properties are used to define the authentication process to Okta.
217
-
218
- >**Note**: Depending on the method that is used to authenticate with Okta, you may not need to set all of the authentication properties.
219
-
220
- | Property | Description |
221
- | ------- | ------- |
222
- | auth\_method | Required. Used to define the type of authentication currently supported. Authentication methods currently supported are: `basic user_password`, `static_token`, `request_token`, and `no_authentication`.|
223
- | username | Used to authenticate with Okta on every request or when pulling a token that will be used in subsequent requests.|
224
- | password | Used to authenticate with Okta on every request or when pulling a token that will be used in subsequent requests.|
225
- | token | Defines a static token that can be used on all requests. Only used with `static_token` as an authentication method (auth\_method).|
226
- | invalid\_token\_error | Defines the HTTP error that is received when the token is invalid. Notifies the adapter to pull a new token and retry the request. Default is 401.|
227
- | token\_timeout | Defines how long a token is valid. Measured in milliseconds. Once a dynamic token is no longer valid, the adapter has to pull a new token. If the token\_timeout is set to -1, the adapter will pull a token on every request to Okta. If the timeout\_token is 0, the adapter will use the expiration from the token response to determine when the token is no longer valid.|
228
- | token\_cache | Used to determine where the token should be stored (local memory or in Redis).|
229
- | auth\_field | Defines the request field the authentication (e.g., token are basic auth credentials) needs to be placed in order for the calls to work.|
230
- | auth\_field\_format | Defines the format of the auth\_field. See examples below. Items enclosed in {} inform the adapter to perofrm an action prior to sending the data. It may be to replace the item with a value or it may be to encode the item. |
231
- | auth\_logging | Setting this true will add some additional logs but this should only be done when trying to debug an issue as certain credential information may be logged out when this is true. |
232
-
233
- #### Examples of authentication field format
234
-
235
- ```json
236
- "{token}"
237
- "Token {token}"
238
- "{username}:{password}"
239
- "Basic {b64}{username}:{password}{/b64}"
240
- ```
241
-
242
- ### Healthcheck Properties
243
-
244
- The healthcheck properties defines the API that runs the healthcheck to tell the adapter that it can reach Okta. There are currently three types of healthchecks.
245
-
246
- - None - Not recommended. Adapter will not run a healthcheck. Consequently, unable to determine before making a request if the adapter can reach Okta.
247
- - Startup - Adapter will check for connectivity when the adapter initially comes up, but it will not check afterwards.
248
- - Intermittent - Adapter will check connectivity to Okta at a frequency defined in the `frequency` property.
249
-
250
- | Property | Description |
251
- | ------- | ------- |
252
- | type | Required. The type of health check to run. |
253
- | frequency | Required if intermittent. Defines how often the health check should run. Measured in milliseconds. Default is 300000.|
254
- | query_object | Query parameters to be added to the adapter healthcheck call.|
255
-
256
- ### Request Properties
257
-
258
- The request section defines properties to help handle requests.
259
-
260
- | Property | Description |
261
- | ------- | ------- |
262
- | number\_redirects | Optional. Tells the adapter that the request may be redirected and gives it a maximum number of redirects to allow before returning an error. Default is 0 - no redirects.|
263
- | number\_retries | Tells the adapter how many times to retry a request that has either aborted or reached a limit error before giving up and returning an error.|
264
- | limit\_retry\_error | Optional. Can be either an integer or an array. Indicates the http error status number to define that no capacity was available and, after waiting a short interval, the adapter can retry the request. If an array is provvided, the array can contain integers or strings. Strings in the array are used to define ranges (e.g. "502-506"). Default is [0].|
265
- | failover\_codes | An array of error codes for which the adapter will send back a failover flag to IAP so that the Platform can attempt the action in another adapter.|
266
- | attempt\_timeout | Optional. Tells how long the adapter should wait before aborting the attempt. On abort, the adapter will do one of two things: 1) return the error; or 2) if **healthcheck\_on\_timeout** is set to true, it will abort the request and run a Healthcheck until it re-establishes connectivity to Okta, and then will re-attempt the request that aborted. Default is 5000 milliseconds.|
267
- | global\_request | Optional. This is information that the adapter can include in all requests to the other system. This is easier to define and maintain than adding this information in either the code (adapter.js) or the action files.|
268
- | global\_request -> payload | Optional. Defines any information that should be included on all requests sent to the other system that have a payload/body.|
269
- | global\_request -> uriOptions | Optional. Defines any information that should be sent as untranslated query options (e.g. page, size) on all requests to the other system.|
270
- | global\_request -> addlHeaders | Optioonal. Defines any headers that should be sent on all requests to the other system.|
271
- | global\_request -> authData | Optional. Defines any additional authentication data used to authentice with the other system. This authData needs to be consistent on every request.|
272
- | healthcheck\_on\_timeout | Required. Defines if the adapter should run a health check on timeout. If set to true, the adapter will abort the request and run a health check until it re-establishes connectivity and then it will re-attempt the request.|
273
- | return\_raw | Optional. Tells the adapter whether the raw response should be returned as well as the IAP response. This is helpful when running integration tests to save mock data. It does add overhead to the response object so it is not ideal from production.|
274
- | archiving | Optional flag. Default is false. It archives the request, the results and the various times (wait time, Okta time and overall time) in the `adapterid_results` collection in MongoDB. Although archiving might be desirable, be sure to develop a strategy before enabling this capability. Consider how much to archive and what strategy to use for cleaning up the collection in the database so that it does not become too large, especially if the responses are large.|
275
- | return\_request | Optional flag. Default is false. Will return the actual request that is made including headers. This should only be used during debugging issues as there could be credentials in the actual request.|
276
-
277
- ### SSL Properties
278
-
279
- The SSL section defines the properties utilized for ssl authentication with Okta. SSL can work two different ways: set the `accept\_invalid\_certs` flag to true (only recommended for lab environments), or provide a `ca\_file`.
280
-
281
- | Property | Description |
282
- | ------- | ------- |
283
- | enabled | If SSL is required, set to true. |
284
- | accept\_invalid\_certs | Defines if the adapter should accept invalid certificates (only recommended for lab environments). Required if SSL is enabled. Default is false.|
285
- | ca\_file | Defines the path name to the CA file used for SSL. If SSL is enabled and the accept invalid certifications is false, then ca_file is required.|
286
- | key\_file | Defines the path name to the Key file used for SSL. The key_file may be needed for some systems but it is not required for SSL.|
287
- | cert\_file | Defines the path name to the Certificate file used for SSL. The cert_file may be needed for some systems but it is not required for SSL.|
288
- | secure\_protocol | Defines the protocol (e.g., SSLv3_method) to use on the SSL request.|
289
- | ciphers | Required if SSL enabled. Specifies a list of SSL ciphers to use.|
290
- | ecdhCurve | During testing on some Node 8 environments, you need to set `ecdhCurve` to auto. If you do not, you will receive PROTO errors when attempting the calls. This is the only usage of this property and to our knowledge it only impacts Node 8 and 9. |
291
-
292
- ### Throttle Properties
293
-
294
- The throttle section is used when requests to Okta must be queued (throttled). All of the properties in this section are optional.
295
-
296
- | Property | Description |
297
- | ------- | ------- |
298
- | throttle\_enabled | Default is false. Defines if the adapter should use throttling o rnot. |
299
- | number\_pronghorns | Default is 1. Defines if throttling is done in a single Itential instance or whether requests are being throttled across multiple Itential instances (minimum = 1, maximum = 20). Throttling in a single Itential instance uses an in-memory queue so there is less overhead. Throttling across multiple Itential instances requires placing the request and queue information into a shared resource (e.g. database) so that each instance can determine what is running and what is next to run. Throttling across multiple instances requires additional I/O overhead.|
300
- | sync-async | This property is not used at the current time (it is for future expansion of the throttling engine).|
301
- | max\_in\_queue | Represents the maximum number of requests the adapter should allow into the queue before rejecting requests (minimum = 1, maximum = 5000). This is not a limit on what the adapter can handle but more about timely responses to requests. The default is currently 1000.|
302
- | concurrent\_max | Defines the number of requests the adapter can send to Okta at one time (minimum = 1, maximum = 1000). The default is 1 meaning each request must be sent to Okta in a serial manner. |
303
- | expire\_timeout | Default is 0. Defines a graceful timeout of the request session. After a request has completed, the adapter will wait additional time prior to sending the next request. Measured in milliseconds (minimum = 0, maximum = 60000).|
304
- | average\_runtime | Represents the approximate average of how long it takes Okta to handle each request. Measured in milliseconds (minimum = 50, maximum = 60000). Default is 200. This metric has performance implications. If the runtime number is set too low, it puts extra burden on the CPU and memory as the requests will continually try to run. If the runtime number is set too high, requests may wait longer than they need to before running. The number does not need to be exact but your throttling strategy depends heavily on this number being within reason. If averages range from 50 to 250 milliseconds you might pick an average run-time somewhere in the middle so that when Okta performance is exceptional you might run a little slower than you might like, but when it is poor you still run efficiently.|
305
- | priorities | An array of priorities and how to handle them in relation to the throttle queue. Array of objects that include priority value and percent of queue to put the item ex { value: 1, percent: 10 }|
306
-
307
- ### Proxy Properties
308
-
309
- The proxy section defines the properties to utilize when Okta is behind a proxy server.
310
-
311
- | Property | Description |
312
- | ------- | ------- |
313
- | enabled | Required. Default is false. If Okta is behind a proxy server, set enabled flag to true. |
314
- | host | Host information for the proxy server. Required if `enabled` is true.|
315
- | port | Port information for the proxy server. Required if `enabled` is true.|
316
- | protocol | The protocol (i.e., http, https, etc.) used to connect to the proxy. Default is http.|
317
- | username | If there is authentication for the proxy, provide the username here.|
318
- | password | If there is authentication for the proxy, provide the password here.|
319
-
320
- ### Mongo Properties
321
-
322
- The mongo section defines the properties used to connect to a Mongo database. Mongo can be used for throttling as well as to persist metric data. If not provided, metrics will be stored in the file system.
323
-
324
- | Property | Description |
325
- | ------- | ------- |
326
- | host | Optional. Host information for the mongo server.|
327
- | port | Optional. Port information for the mongo server.|
328
- | database | Optional. The database for the adapter to use for its data.|
329
- | username | Optional. If credentials are required to access mongo, this is the user to login as.|
330
- | password | Optional. If credentials are required to access mongo, this is the password to login with.|
331
- | replSet | Optional. If the database is set up to use replica sets, define it here so it can be added to the database connection.|
332
- | db\_ssl | Optional. Contains information for SSL connectivity to the database.|
333
- | db\_ssl -> enabled | If SSL is required, set to true.|
334
- | db\_ssl -> accept_invalid_cert | Defines if the adapter should accept invalid certificates (only recommended for lab environments). Required if SSL is enabled. Default is false.|
335
- | db\_ssl -> ca_file | Defines the path name to the CA file used for SSL. If SSL is enabled and the accept invalid certifications is false, then ca_file is required.|
336
- | db\_ssl -> key_file | Defines the path name to the Key file used for SSL. The key_file may be needed for some systems but it is not required for SSL.|
337
- | db\_ssl -> cert_file | Defines the path name to the Certificate file used for SSL. The cert_file may be needed for some systems but it is not required for SSL.|
338
-
339
- ## Testing an Itential Product Adapter
340
-
341
- Mocha is generally used to test all Itential Product Adapters. There are unit tests as well as integration tests performed. Integration tests can generally be run as standalone using mock data and running the adapter in stub mode, or as integrated. When running integrated, every effort is made to prevent environmental failures, however there is still a possibility.
342
-
343
- ### Unit Testing
344
-
345
- Unit Testing includes testing basic adapter functionality as well as error conditions that are triggered in the adapter prior to any integration. There are two ways to run unit tests. The prefered method is to use the testRunner script; however, both methods are provided here.
346
-
347
-
348
- ```bash
349
- node utils/testRunner --unit
350
-
351
- npm run test:unit
352
- npm run test:baseunit
353
- ```
354
-
355
- To add new unit tests, edit the `test/unit/adapterTestUnit.js` file. The tests that are already in this file should provide guidance for adding additional tests.
356
-
357
- ### Integration Testing - Standalone
358
-
359
- Standalone Integration Testing requires mock data to be provided with the entities. If this data is not provided, standalone integration testing will fail. When the adapter is set to run in stub mode (setting the stub property to true), the adapter will run through its code up to the point of making the request. It will then retrieve the mock data and return that as if it had received that data as the response from Okta. It will then translate the data so that the adapter can return the expected response to the rest of the Itential software. Standalone is the default integration test.
360
-
361
- Similar to unit testing, there are two ways to run integration tests. Using the testRunner script is better because it prevents you from having to edit the test script; it will also resets information after testing is complete so that credentials are not saved in the file.
362
-
363
- ```bash
364
- node utils/testRunner
365
- answer no at the first prompt
366
-
367
- npm run test:integration
368
- ```
369
-
370
- To add new integration tests, edit the `test/integration/adapterTestIntegration.js` file. The tests that are already in this file should provide guidance for adding additional tests.
371
-
372
- ### Integration Testing
373
-
374
- Integration Testing requires connectivity to Okta. By using the testRunner script it prevents you from having to edit the integration test. It also resets the integration test after the test is complete so that credentials are not saved in the file.
375
-
376
- > **Note**: These tests have been written as a best effort to make them work in most environments. However, the Adapter Builder often does not have the necessary information that is required to set up valid integration tests. For example, the order of the requests can be very important and data is often required for `creates` and `updates`. Hence, integration tests may have to be enhanced before they will work (integrate) with Okta. Even after tests have been set up properly, it is possible there are environmental constraints that could result in test failures. Some examples of possible environmental issues are customizations that have been made within Okta which change order dependencies or required data.
377
-
378
- ```bash
379
- node utils/testRunner
380
- answer yes at the first prompt
381
- answer all other questions on connectivity and credentials
382
148
  ```
383
149
 
384
- Test should also be written to clean up after themselves. However, it is important to understand that in some cases this may not be possible. In addition, whenever exceptions occur, test execution may be stopped, which will prevent cleanup actions from running. It is recommended that tests be utilized in dev and test labs only.
385
-
386
- > **Reminder**: Do not check in code with actual credentials to systems.
387
-
388
- ## Adapter Node Scripts
389
-
390
- There are several node scripts that now accompany the adapter. These scripts are provided to make several activities easier. Each of these scripts are described below.
391
-
392
- | Run | Description |
393
- | ------- | ------- |
394
- | npm run adapter:install | Provides an easier way to install the adapter.|
395
- | npm run adapter:checkMigrate | Checks whether your adapter can and should be migrated to the latest foundation.|
396
- | npm run adapter:findPath | Can be used to see if the adapter supports a particular API call.|
397
- | npm run adapter:migrate | Provides an easier way to migrate your adapter after you download the migration zip from Itential DevSite|
398
- | npm run adapter:update | Provides an easier way to update your adapter after you download the migration zip from Itential DevSite|
399
- | npm run adapter:revert | Allows you to revert after a migration or update if it resulted in issues.|
400
- | npm run troubleshoot | Provides a way to troubleshoot the adapter - runs connectivity, healthcheck and basic get.|
401
- | npm run connectivity | Provides a connectivity check to the Okta system.|
402
- | npm run healthcheck | Checks whether the configured healthcheck call works to Okta.|
403
- | npm run basicget | Checks whether the cbasic get calls works to Okta.|
404
-
405
- ## Installing an Itential Product Adapter
406
-
407
- If you have App-Artifact installed in IAP, you can follow the instruction for that application to install the adapter into IAP. If not, follow these instructions.
150
+ ### How to Install
408
151
 
409
152
  1. Set up the name space location in your IAP node_modules.
410
153
 
411
154
  ```bash
412
- cd /opt/pronghorn/current/node_modules
155
+ cd /opt/pronghorn/current/node_modules (* could be in a different place)
413
156
  if the @itentialopensource directory does not exist, create it:
414
- mkdir @itentialopensource
157
+ mkdir @itentialopensource
415
158
  ```
416
159
 
417
- 1. Clone the adapter into your IAP environment.
160
+ 2. Clone/unzip/tar the adapter into your IAP environment.
418
161
 
419
162
  ```bash
420
163
  cd \@itentialopensource
421
164
  git clone git@gitlab.com:\@itentialopensource/adapters/adapter-okta
165
+ or
166
+ unzip adapter-okta.zip
167
+ or
168
+ tar -xvf adapter-okta.tar
422
169
  ```
423
170
 
424
- 1. Run the adapter install script.
171
+ 3. Run the adapter install script.
425
172
 
426
173
  ```bash
427
174
  cd adapter-okta
428
175
  npm run adapter:install
429
176
  ```
430
177
 
431
- 1. Restart IAP
178
+ 4. Restart IAP
432
179
 
433
180
  ```bash
434
181
  systemctl restart pronghorn
435
182
  ```
436
183
 
437
- ## Installing a Custom Adapter
438
-
439
- If you built this as a custom adapter through the Adapter Builder, it is recommended you go through setting up a development environment and testing the adapter before installing it. There is often configuration and authentication work that is required before the adapter will work in IAP.
440
-
441
- 1. Move the adapter into the IAP `node_modules` directory.
442
-
443
- ```text
444
- Depending on where your code is located, this process is different.
445
- Could be a tar, move, untar
446
- Could be a git clone of a repository
447
- Could also be a cp -R from a coding directory
448
- Adapter should be placed into: /opt/pronghorn/current/node_modules/\@itentialopensource
449
- ```
450
-
451
- 1. Follow Steps 3-4 (above) to install an Itential adapter to load your properties, dependencies and restart IAP.
452
-
453
- ## Using this Adapter
454
-
455
- The `adapter.js` file contains the calls the adapter makes available to the rest of the Itential Platform. The API detailed for these calls should be available through JSDOC. The following is a brief summary of the calls.
456
-
457
- ### Generic Adapter Calls
458
-
459
- The `connect` call is run when the Adapter is first loaded by he Itential Platform. It validates the properties have been provided correctly.
460
- ```js
461
- connect()
462
- ```
463
-
464
- The `healthCheck` call ensures that the adapter can communicate with Okta. The actual call that is used is defined in the adapter properties.
465
- ```js
466
- healthCheck(callback)
467
- ```
468
-
469
- The `refreshProperties` call provides the adapter the ability to accept property changes without having to restart the adapter.
470
- ```js
471
- refreshProperties(properties)
472
- ```
473
-
474
- The `encryptProperty` call will take the provided property and technique, and return the property encrypted with the technique. This allows the property to be used in the adapterProps section for the credential password so that the password does not have to be in clear text. The adapter will decrypt the property as needed for communications with Okta.
475
- ```js
476
- encryptProperty(property, technique, callback)
477
- ```
478
-
479
- The `addEntityCache` call will take the entities and add the list to the entity cache to expedite performance.
480
- ```js
481
- addEntityCache(entityType, entities, key, callback)
482
- ```
483
-
484
- The `capabilityResults` call will take the results from a verifyCompatibility and put them in the format to be passed back to the Itential Platform.
485
- ```js
486
- capabilityResults(results, callback)
487
- ```
488
-
489
- The `hasEntity` call verifies the adapter has the specific entity.
490
- ```js
491
- hasEntity(entityType, entityId, callback)
492
- ```
493
-
494
- The `verifyCapability` call verifies the adapter can perform the provided action on the specific entity.
495
- ```js
496
- verifyCapability(entityType, actionType, entityId, callback)
497
- ```
498
-
499
- The `updateEntityCache` call will update the entity cache.
500
- ```js
501
- updateEntityCache()
502
- ```
503
-
504
- The `updateAdapterConfiguration` call provides the ability to update the adapter configuration from IAP - includes actions, schema, mockdata and other configurations.
505
- ```js
506
- updateAdapterConfiguration(configFile, changes, entity, type, action, callback)
507
- ```
508
-
509
- The `suspend` call provides the ability to suspend the adapter and either have requests rejected or put into a queue to be processed after the adapter is resumed.
510
- ```js
511
- suspend(mode, callback)
512
- ```
513
-
514
- The `unsuspend` call provides the ability to resume a suspended adapter. Any requests in queue will be processed before new requests.
515
- ```js
516
- unsuspend(callback)
517
- ```
518
-
519
- The `findPath` call provides the ability to see if a particular API path is supported by the adapter.
520
- ```js
521
- findPath(apiPath, callback)
522
- ```
523
-
524
- The `troubleshoot` call can be used to check on the performance of the adapter - it checks connectivity, healthcheck and basic get calls.
525
- ```js
526
- troubleshoot(props, persistFlag, adapter, callback)
527
- ```
528
-
529
- The `runHealthcheck` call will return the results of a healthcheck.
530
- ```js
531
- runHealthcheck(adapter, callback)
532
- ```
533
-
534
- The `runConnectivity` call will return the results of a connectivity check.
535
- ```js
536
- runConnectivity(callback)
537
- ```
538
-
539
- The `runBasicGet` call will return the results of running basic get API calls.
540
- ```js
541
- runBasicGet(callback)
542
- ```
543
-
544
- The `getQueue` call will return the requests that are waiting in the queue if throttling is enabled.
545
- ```js
546
- getQueue(callback)
547
- ```
548
-
549
- ### Specific Adapter Calls
550
-
551
- Specific adapter calls are built based on the API of the Okta. The Adapter Builder creates the proper method comments for generating JS-DOC for the adapter. This is the best way to get information on the calls.
552
-
553
-
554
- ## Extending/Enhancing the Adapter
184
+ 5. Change the adapter service instance configuration (host, port, credentials, etc) in IAP Admin Essentials GUI
555
185
 
556
- ### Adding Adapter Calls
186
+ npm run adapter:install can be dependent on where the adapter is installed and on the version of IAP so it is subject to fail. If this happens you can replace step 3-5 above with these:
557
187
 
558
- There are multiple ways to add calls to an existing adapter.
559
-
560
- The easiest way would be to use the Adapter Builder update process. This process takes in a Swagger or OpenAPI document, allows you to select the calls you want to add and then generates a zip file that can be used to update the adapter. Once you have the zip file simple put it in the adapter direcctory and execute `npm run adapter:update`.
188
+ 3. Install adapter dependencies and check the adapter.
561
189
 
562
190
  ```bash
563
- mv updatePackage.zip adapter-okta
564
191
  cd adapter-okta
565
- npm run adapter:update
192
+ npm run install
193
+ npm run lint:errors
194
+ npm run test
566
195
  ```
567
196
 
568
- If you do not have a Swagger or OpenAPI document, you can use a Postman Collection and convert that to an OpenAPI document using APIMatic and then follow the first process.
569
-
570
- If you want to manually update the adapter that can also be done the key thing is to make sure you update all of the right files. Within the entities directory you will find 1 or more entities. You can create a new entity or add to an existing entity. Each entity has an action.json file, any new call will need to be put in the action.json file. It will also need to be added to the enum for the ph_request_type in the appropriate schema files. Once this configuration is complete you will need to add the call to the adapter.js file and in order to make it available as a workflow task in IAP, it should also be added to the pronghorn.json file. You can optionally add it to the unit and integration test files. There is more information on how to work on each of these files in the Adapter Technical Resources on Dev Site [HERE](https://developer.itential.io/adapters-resources/)
197
+ 4. Restart IAP
571
198
 
572
- ```text
573
- Files to update
574
- * entities/<entity>/action.json: add an action
575
- * entities/<entity>/schema.json (or the schema defined on the action): add action to the enum for ph_request_type
576
- * adapter.js: add the new method and make sure it calls the proper entity and action
577
- * pronghorn.json: add the new method
578
- * test/unit/adapterTestUnit.js (optional but best practice): add unit test(s) - function is there, any required parameters error when not passed in
579
- * test/integration/adapterTestIntegration.js (optional but best practice): add integration test
199
+ ```bash
200
+ systemctl restart pronghorn
580
201
  ```
581
202
 
582
- ### Adding Adapter Properties
203
+ 5. Create an adapter service instance configuration in IAP Admin Essentials GUI
583
204
 
584
- While changing adapter properties is done in the service instance configuration section of IAP, adding properties has to be done in the adapter. To add a property you should edit the propertiesSchema.json with the proper information for the property. In addition, you should modify the sampleProperties to have the new property in it.
205
+ 6. Copy the properties from the sampleProperties.json and paste them into the service instance configuration in the inner/second properties field.
585
206
 
586
- ```text
587
- Files to update
588
- * propertiesSchema.json: add the new property and how it is defined
589
- * sampleProperties: add the new property with a default value
590
- * test/unit/adapterTestUnit.js (optional but best practice): add the property to the global properties
591
- * test/integration/adapterTestIntegration.js (optional but best practice): add the property to the global properties
592
- ```
207
+ 7. Change the adapter service instance configuration (host, port, credentials, etc) in IAP Admin Essentials GUI
593
208
 
594
- ### Changing Adapter Authentication
209
+ ### Testing
595
210
 
596
- Often an adapter is built before knowing the authentication and authentication process can also change over time. The adapter supports many different kinds of authentication but it does require configuration. Some forms of authentication can be defined entirely with the adapter properties but others require configuration.
211
+ Mocha is generally used to test all Itential Opensource Adapters. There are unit tests as well as integration tests performed. Integration tests can generally be run as standalone using mock data and running the adapter in stub mode, or as integrated. When running integrated, every effort is made to prevent environmental failures, however there is still a possibility.
597
212
 
598
- ```text
599
- Files to update
600
- * entities/<entity>/action.json: change the getToken action as needed
601
- * entities/<entity>/schemaTokenReq.json: add input parameters (external name is name in other system)
602
- * entities/<entity>/schemaTokenResp.json: add response parameters (external name is name in other system)
603
- * propertiesSchema.json: add any new property and how it is defined
604
- * sampleProperties: add any new property with a default value
605
- * test/unit/adapterTestUnit.js (optional but best practice): add the property to the global properties
606
- * test/integration/adapterTestIntegration.js (optional but best practice): add the property to the global properties
607
- ```
213
+ #### Unit Testing
608
214
 
609
- ### Enhancing Adapter Integration Tests
215
+ Unit Testing includes testing basic adapter functionality as well as error conditions that are triggered in the adapter prior to any integration. There are two ways to run unit tests. The prefered method is to use the testRunner script; however, both methods are provided here.
610
216
 
611
- The adapter integration tests are written to be able to test in either stub (standalone) mode or integrated to the other system. However, if integrating to the other system, you may need to provide better data than what the adapter provides by default as that data is likely to fail for create and update. To provide better data, edit the adapter integration test file. Make sure you do not remove the marker and keep custom code below the marker so you do not impact future migrations. Once the edits are complete, run the integration test as it instructs you to above. When you run integrated to the other system, you can also save mockdata for future use by changing the isSaveMockData flag to true.
217
+ ```bash
218
+ node utils/testRunner --unit
612
219
 
613
- ```text
614
- Files to update
615
- * test/integration/adapterTestIntegration.js: add better data for the create and update calls so that they will not fail.
220
+ npm run test:unit
221
+ npm run test:baseunit
616
222
  ```
617
223
 
618
- As mentioned previously, for most of these changes as well as other possible changes, there is more information on how to work on an adapter in the Adapter Technical Resources on Dev Site [HERE](https://developer.itential.io/adapters-resources/)
619
-
620
- ## Troubleshooting the Adapter
621
-
622
- Run `npm run troubleshoot` to start the interactive troubleshooting process. The command allows user to verify and update connection, authentication as well as healthcheck configuration. After that it will test these properties by sending HTTP request to the endpoint. If the tests pass, it will persist these changes into IAP.
623
-
624
- User also have the option to run individual command to perform specific test
224
+ To add new unit tests, edit the `test/unit/adapterTestUnit.js` file. The tests that are already in this file should provide guidance for adding additional tests.
625
225
 
626
- - `npm run healthcheck` will perform a healthcheck request of with current setting.
627
- - `npm run basicget` will perform some non-parameter GET request with current setting.
628
- - `npm run connectivity` will perform networking diagnostics of the adatper endpoint.
226
+ #### Integration Testing - Standalone
629
227
 
630
- ### Connectivity Issues
228
+ Standalone Integration Testing requires mock data to be provided with the entities. If this data is not provided, standalone integration testing will fail. When the adapter is set to run in stub mode (setting the stub property to true), the adapter will run through its code up to the point of making the request. It will then retrieve the mock data and return that as if it had received that data as the response from Okta. It will then translate the data so that the adapter can return the expected response to the rest of the Itential software. Standalone is the default integration test.
631
229
 
632
- 1. You can run the adapter troubleshooting script which will check connectivity, run the healthcheck and run basic get calls.
230
+ Similar to unit testing, there are two ways to run integration tests. Using the testRunner script is better because it prevents you from having to edit the test script; it will also resets information after testing is complete so that credentials are not saved in the file.
633
231
 
634
232
  ```bash
635
- npm run troubleshoot
636
- ```
637
-
638
- 1. Verify the adapter properties are set up correctly.
233
+ node utils/testRunner
234
+ answer no at the first prompt
639
235
 
640
- ```text
641
- Go into the Itential Platform GUI and verify/update the properties
236
+ npm run test:integration
642
237
  ```
643
238
 
644
- 1. Verify there is connectivity between the Itential Platform Server and Okta Server.
645
-
646
- ```text
647
- ping the ip address of Okta server
648
- try telnet to the ip address port of Okta
649
- ```
239
+ To add new integration tests, edit the `test/integration/adapterTestIntegration.js` file. The tests that are already in this file should provide guidance for adding additional tests.
650
240
 
651
- 1. Verify the credentials provided for Okta.
241
+ #### Integration Testing
652
242
 
653
- ```text
654
- login to Okta using the provided credentials
655
- ```
243
+ Integration Testing requires connectivity to Okta. By using the testRunner script it prevents you from having to edit the integration test. It also resets the integration test after the test is complete so that credentials are not saved in the file.
656
244
 
657
- 1. Verify the API of the call utilized for Okta Healthcheck.
245
+ > **Note**: These tests have been written as a best effort to make them work in most environments. However, the Adapter Builder often does not have the necessary information that is required to set up valid integration tests. For example, the order of the requests can be very important and data is often required for `creates` and `updates`. Hence, integration tests may have to be enhanced before they will work (integrate) with Okta. Even after tests have been set up properly, it is possible there are environmental constraints that could result in test failures. Some examples of possible environmental issues are customizations that have been made within Okta which change order dependencies or required data.
658
246
 
659
- ```text
660
- Go into the Itential Platform GUI and verify/update the properties
247
+ ```bash
248
+ node utils/testRunner
249
+ answer yes at the first prompt
250
+ answer all other questions on connectivity and credentials
661
251
  ```
662
252
 
663
- ### Functional Issues
664
-
665
- Adapter logs are located in `/var/log/pronghorn`. In older releases of the Itential Platform, there is a `pronghorn.log` file which contains logs for all of the Itential Platform. In newer versions, adapters are logging into their own files.
666
-
667
- ## Contributing to Okta
668
-
669
- Please check out the [Contributing Guidelines](./CONTRIBUTING.md).
253
+ Test should also be written to clean up after themselves. However, it is important to understand that in some cases this may not be possible. In addition, whenever exceptions occur, test execution may be stopped, which will prevent cleanup actions from running. It is recommended that tests be utilized in dev and test labs only.
670
254
 
671
- ## License & Maintainers
255
+ > **Reminder**: Do not check in code with actual credentials to systems.
672
256
 
673
- ### Maintained By
257
+ ## [Configuration](./PROPERTIES.md)
258
+
259
+ ## [Using this Adapter](./CALLS.md)
260
+
261
+ ### [Authentication](./AUTH.md)
262
+
263
+ ## Additional Information
264
+
265
+ ### [Enhancements](./ENHANCE.md)
266
+
267
+ ### [Contributing](./CONTRIBUTING.md)
268
+
269
+ ### Helpful Links
270
+
271
+ <a href="https://www.itential.com/automation-platform/integrations/adapters-resources/" target="_blank">Adapter Technical Resources</a>
272
+
273
+ ### Node Scripts
274
+
275
+ There are several node scripts that now accompany the adapter. These scripts are provided to make several activities easier. Many of these scripts can have issues with different versions of IAP as they have dependencies on IAP and Mongo. If you have issues with the scripts please report them to the Itential Adapter Team. Each of these scripts are described below.
276
+
277
+ <table border="1" class="bordered-table">
278
+ <tr>
279
+ <th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Run</span></th>
280
+ <th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Description</span></th>
281
+ </tr>
282
+ <tr>
283
+ <td style="padding:15px">npm run adapter:install</td>
284
+ <td style="padding:15px">Provides an easier way to install the adapter.</td>
285
+ </tr>
286
+ <tr>
287
+ <td style="padding:15px">npm run adapter:checkMigrate</td>
288
+ <td style="padding:15px">Checks whether your adapter can and should be migrated to the latest foundation.</td>
289
+ </tr>
290
+ <tr>
291
+ <td style="padding:15px">npm run adapter:findPath</td>
292
+ <td style="padding:15px">Can be used to see if the adapter supports a particular API call.</td>
293
+ </tr>
294
+ <tr>
295
+ <td style="padding:15px">npm run adapter:migrate</td>
296
+ <td style="padding:15px">Provides an easier way to update your adapter after you download the migration zip from Itential DevSite.</td>
297
+ </tr>
298
+ <tr>
299
+ <td style="padding:15px">npm run adapter:update</td>
300
+ <td style="padding:15px">Provides an easier way to update your adapter after you download the update zip from Itential DevSite.</td>
301
+ </tr>
302
+ <tr>
303
+ <td style="padding:15px">npm run adapter:revert</td>
304
+ <td style="padding:15px">Allows you to revert after a migration or update if it resulted in issues.</td>
305
+ </tr>
306
+ <tr>
307
+ <td style="padding:15px">npm run troubleshoot</td>
308
+ <td style="padding:15px">Provides a way to troubleshoot the adapter - runs connectivity, healthcheck and basic get.</td>
309
+ </tr>
310
+ <tr>
311
+ <td style="padding:15px">npm run connectivity</td>
312
+ <td style="padding:15px">Provides a connectivity check to the Okta system.</td>
313
+ </tr>
314
+ <tr>
315
+ <td style="padding:15px">npm run healthcheck</td>
316
+ <td style="padding:15px">Checks whether the configured healthcheck call works to Okta.</td>
317
+ </tr>
318
+ <tr>
319
+ <td style="padding:15px">npm run basicget</td>
320
+ <td style="padding:15px">Checks whether the basic get calls works to Okta.</td>
321
+ </tr>
322
+ </table>
323
+ <br>
324
+
325
+ ## [Troubleshoot](./TROUBLESHOOT.md)
326
+
327
+ ## License and Maintainers
674
328
 
675
329
  ```text
676
- Itential Product Adapters are maintained by the Itential Adapter Team.
677
- Itential OpenSource Adapters are maintained by the community at large.
330
+ Itential Product Adapters are maintained by the Itential Product Team.
331
+ Itential OpenSource Adapters are maintained by the Itential Adapter Team and the community at large.
678
332
  Custom Adapters are maintained by other sources.
679
333
  ```
680
334
 
681
- ### Product License
335
+ ## Product License
682
336
 
683
337
  [Apache 2.0](./LICENSE)