R12 Publication-2025July16

Create OAuth Client & Credential

Follow these steps to create an OAuth Client and credential:

  1. In the GCP Console, go to APIs & Services Credentials page, click CREATE CREDENTIALS, and select OAuth client ID.
    Graphical user interface, application, email

Description automatically generated
  2. Select Web application in the Application type field.
    Graphical user interface, text, application, email

Description automatically generated
  3. Set the name and add http://localhost/oauth2callback as Authorized redirect URLs. Click CREATE.
    Graphical user interface, text, application

Description automatically generated
  4. Click DOWNLOAD JSON to download the OAuth credential JSON file locally. The client ID and secret are saved in this file, and you need this information while setting up the API server in the NetBrain System.
    Graphical user interface, text, applicationDescription automatically generated