Enable Okta IdP for LIQUENT InSight

  1. Locate the insightConfig.bat file in the <installation drive>\InSightManager\server\all\conf\insight installation directory and double-click the file.
    The Configuration Settings window appears.
  2. On the Configuration Settings window, select File > Load File.
    The current configuration settings are populated to the Configuration Wizard.
  3. In the left pane, select Identity Provider Settings.
  4. Populate the following fields:
    Field Name Input Value
    Identity Provider Type Okta
    Application Logout URI https://{Okta Application Issuer}/oauth2/default/v1/logout\?id_token_hint=ID_TOKEN_PLACEHOLDER\ &post_logout_redirect_uri=http://{insight server}:{port}/insight
    Access Token URI https://{Okta Application Issuer}/oauth2/default/v1/token
    Client ID {Okta Application Client ID}
    Client Secret {Okta Application Client Secret}
    Key Discovery URI https://{Okta Application Issuer}/oauth2/default/v1/keys
    User Authorization URI https://{Okta Application Issuer}/oauth2/default/v1/authorize
    Issuer Base URI https ://{Okta Application Issuer} /oauth2/default
    Base API URL https://{Okta Application Issuer}/api/v1
    Authorization API Token {Okta Application Token}
    Default Admin {Registered Okta IDP user}

    For example: [email protected]

  5. Select File > Generate File.
    • The insight.var is successfully updated in the ..conf\insight directory with the correct settings.
    • The oracle-ds.xml is successfully updated in the ..server\all\deploy directory with the correct settings.
    • The login-config.xml is updated.
  6. Select File > Exit.
  7. Restart the Calyx RIM service.
  8. Navigate to Control Panel > Internet Options and select the Trusted Sites on the Security tab.
  9. Populate the Add this website to the zone field with: https://{ Okta Application Issuer.
  10. Select Add.
  11. Select Close.
  12. Select OK.