Support for Okta API

Follow this procedure to create an Okta application using the Okta API.
The API can be used in two ways:
  • Login as Data Exchanger user
  • Login as an Existing user
  1. Log on to Okta.
    Create a New Application Integration page appears.

  2. To create a Native Okta Application, click Create.
    The Create OpenID Connect Integration page appears.

  3. Save.
    Your Native App is created.

  4. Click General.
  5. Click Edit and select the (Refresh Token, Resource Owner Password, and Implicit) options on the General Settings page.
  6. Click Assignments and click Assign to assign an existing user to Native Okta Application.
    The API will use the Client ID of the Native Okta App along with the Username and Password of the existing user. A parameter is required for grant_type=password.

    Follow the topic: Use JMeter to use API with Okta. Please note that JMeter is just an example of using the API.