You can use the Web UI to configure a Hybrid Data Pipeline data source to use OAuth by specifying the required OAuth parameters directly in the data source.

Take the following steps to create a data source configured for OAuth connectivity.

  1. Navigate to the Data Sources view by clicking the data sources icon .
    Note: Administrators or other users with access to multiple tenants should select the tenant in which the data source is being created from the Select Tenant dropdown.
  2. Click + NEW DATA SOURCE to open the Data Stores page.
  3. From the list of data stores, click the data store in which you are creating the data source.
  4. Select OAuth 2.0 from the Authentication Method dropdown.
    Note: Depending on the data store, Authentication Method is available from either the General tab or the Security tab.
  5. Set Enter OAuth Parameters to ON.
  6. Enter values for required OAuth parameters based on the grant flow you are using (see OAuth 2.0 grant type support).
  7. Obtain or enter the values for the Access Token and Refresh Token parameters.
    • Option 1: Enter all parameters required for the authorization code grant. Then click Fetch OAuth Token. The authorization process begins. When you grant consent, the access and refresh token fields will be populated.
    • Option 2: Enter the values for the access and refresh tokens manually. (The tokens may be obtained with an API development tool such as Postman.)
  8. Enter values for the remaining parameters on the tab as needed.
  9. Click on the other tabs associated with the data store, and enter values for parameters as needed.
  10. Click Save to create the data source.
  11. Click TEST to establish a connection with the data store.

Result:

You have created a Hybrid Data Pipeline data source configured to use OAuth 2.0. You may test and use this data source in your application environment.