Using SSO Authentication

The adapter has support for SSO authentication. You can enable it using UseSSO connection property. The following SSO providers are available: OKTA.

OKTA SSO Provider

The OKTA identity provider can be integrated with a Splunk instance. Please refer to Splunk's documentation for detailed instructions.

Authenticate Using OKTA

You need to include the following properties in your connection string:

  • SSOProvider: Set this property to "OKTA".
  • SSOUser: The OKTA user account.
  • SSOPassword: The password associated with the OKTA account.
  • SSOLoginUrl: The login URL associated with the OKTA account. Example: orgName.okta.com.
  • SSOProperties:
    • OktaApiToken: The API Token generated on your OKTA instance.
    • OktaAppEmbedLink: The Link of the embedded app in your OKTA instance.