Okta

Overview

The Okta connector is designed to manage provisioning to Okta.

Installation

Follow these steps to run the stand-alone connector server:

  1. Download the connector server jar file and store it in the connector server directory (any directory).

  2. Download the connector jar file and store it in the bundles subdirectory.

  3. 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

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 user.account.update_profile or user.lifecycle.update

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

Â