Skip to main content

Symon.AI help center

Configuring OAuth client code

Abstract

You can create a REST API connector to authenticate with OAuth2, using either Client Code or Client Credentials.

Create a REST API connector to authenticate with OAuth2, using either Client Code or Client Credentials. Configuring the REST connector to authenticate with OAuth2 allows your third-party to grant, limit and revoke access.

Preparing the third-party application
  1. Register your Symon.AI account with your desired third-party application.

  2. Configure the third-party application to recognize the Symon.AI call-back URL.

    Note

    The callback URL will be in the form of https://<your-elt.varicent.com-base-url>/importRedirect. For example, if you access Symon.AI at https://elt.varicent.com, your callback URL is https://elt.varicent.com/importRedirect.

  3. Get a Client ID and Client Secret from the third-party application.

  4. Grant sufficient privileges to allow Symon.AI access the third-party application data.