Skip to Content
Administrator ManualGeneralSystemIntegrationsIntegrating Google Cloud API for OAuth 2.0

Integrating Google Cloud API for OAuth 2.0

Overview

By registering the Client ID and Client Secret created in Google Cloud API, you can integrate OAuth 2.0 authentication for connecting to BigQuery. Google Cloud API Console  For instructions on setting up OAuth 2.0, please refer to this document .

Google Cloud API Integration

Google Cloud API Integration for using OAuth 2.0 authentication

Google Cloud API Integration for using OAuth 2.0 authentication

Add an OAuth 2.0 Client ID

  1. Go to General > System > Integration.
  2. Under Authentication, click the Google Cloud API tile.
  3. +Add Click the button in the OAuth 2.0 Client IDs section.

Add Client ID

Add Client ID

  1. Enter the information in the popup and click Save.

Enter OAuth 2.0 Client ID information

Enter OAuth 2.0 Client ID information

  1. Name: Enter a name that is easy to identify in the list.
  2. Client ID: Enter the Client ID from Google API Console.
  3. Client Secret: Enter the Client Secret from Google API Console.

Edit an OAuth 2.0 Client ID

  1. Click the row of the specific Client ID you want to edit in the list.
  2. Modify the information in the popup and click Save.

Delete an OAuth 2.0 Client ID

  1. Check the specific Client ID you want to delete in the list.

Delete Client ID

Delete Client ID

  1. Click the Delete button at the top to remove it.
    If the Client ID you are trying to delete is linked to a connection configuration, a warning message will appear and deletion will be blocked. First remove the OAuth settings from the connection configuration or delete the connection, then try again.

Warning displayed when attempting to delete a Client ID in use by a connection

Warning displayed when attempting to delete a Client ID in use by a connection

Last updated on