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 REST 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 |
String | X | Set Okta api token. API tokens have the same permissions as the user who creates them. | |
Boolean | Enable password import feature. Only for users to create. | ||
userEvents | String (multiple) | Okta events to listen for Sync; for example user.account.update_profile or user.lifecycle.update | |
groupEvents | String (multiple) | ||
applicationEvents | String (multiple) | ||
Integer | Sets the maximum number of attempts to retrying before giving up | ||
Integer | Sets the maximum number of milliseconds to wait when retrying before giving up | ||
Integer | Sets both the timeout until a connection is established and the socket timeout |