Getting the oAuth Access and Refresh Tokens

Last updated
This appRules process is common to the Datasources using standard oAuth access (vs Client oAuth flow) in order to get accesstoken and refreshtoken:
Click on the oAuth button from the Connections definition window:

Client ID and Secret are set from the Connections Settings page, other properties are default values that you can change. Let the CallbackURL to the localhost:33333. Click GetToken, and follow the steps to authenticate. once the token(s) are generated, just close the page (the values are already updated in the Connection page). For checking, Click Test Connection in the Connections Page.
Click Save Settings to save your Connection (Connection Settings page), you are then ready to Define the Datasource associated.
Last updated