Okta
Overview
The Okta connector is designed to manage provisioning to Okta.
Installation
Follow these steps to run the stand-alone connector server:
Download the connector server jar file and store it in the connector server directory (any directory).
Download the connector jar file and store it in the bundles subdirectory.
Start the connector server. For more information, check the page about this topic.
Supported operations
Create
Delete
Update
Search
Sync
Test
Schema
Configuration
Configuration Properties
The following table describes all of the properties that you can specify for the configuration:
Configuration Property | Type | Required | Description |
---|---|---|---|
Okta domain | URL | X | Okta domain URL |
Okta Api Token | String | X | Set Okta api token. API tokens have the same permissions as the user who creates them. |
EnablePasswordImport | Boolean | Â | Enable password import feature. Only for users to create. |
userEvents | String (multiple) |  | Okta events to listen for Sync; for example |
groupEvents | String (multiple) | Â | Â |
applicationEvents | String (multiple) | Â | Â |
Maximum Retries | Integer | Â | Sets the maximum number of attempts to retrying before giving up |
Maximum elapsed time | Integer | Â | Sets the maximum number of milliseconds to wait when retrying before giving up |
Request Timeout | Integer | Â | Sets both the timeout until a connection is established and the socket timeout |
Â