Configuring OAuth client code
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.
Register your Symon.AI account with your desired third-party application.
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 athttps://elt.varicent.com
, your callback URL ishttps://elt.varicent.com/importRedirect
.Get a
Client ID
andClient Secret
from the third-party application.Grant sufficient privileges to allow Symon.AI access the third-party application data.