Create an Okta Application

You must have an Okta account to create an Okta application. If you do not already have one, proceed to the Okta Developer Sign Up site, and create an account.
To create an Okta application:
  1. Go to the Okta developers site using the URL provided when you created your account.
    https://dev-xxxxxx.oktapreview.com
    The Developer's Console appears.

  2. In the top left of the menu bar, select Classic UI.
    The Classic UI interface appears.

  3. In the Okta menu bar, click Applications.
  4. On the Applications page, click Add Application ().
    The Add Application page appears.
  5. On the Add Application page, click Create New App ().
    The Create a New Application Integration window appears.

  6. Select the following settings, and click Create.
    Field Name Setting
    Platform Web
    Sign on method OpenID Connect
    The Create OpenID Connect Integration page appears.

  7. On the Create OpenID Connect Integration page, enter the following information and Save.
    Field Name Setting
    Application name Enter a name for the application.

    Example: My Okta Application

    Login redirect URIs https://<IP address or hostname of server with InSight>:<port>/insight/openId/login
    Logout redirect URIs https://<IP address or hostname of server with InSight>:<port>/insight
    Your application page will appear.
  8. On the General tab of your application, copy the values of the Client ID and Client secret fields, and paste them in a text file.
  9. On the Sign On tab of your application, copy the value of the Issuer field (under the OpenID Connect ID Token section), and paste it into a text file.
  10. On the Assignments tab of your application, click Assign > Assign to People.
  11. In the Assign <Your Application Name> to People window, select the people you want assigned to your application by clicking the Assign button next to their name.
  12. Verify that the information displayed for each user is correct, click Save and Go Back, and then Done.
  13. Perform the instructions at the following link: create an API token.
    Remember to record the value of the API token, as this will be used later in the insight.var file.