Configuring the GCP
Configuring the GCP

Configuring the GCP

The user must have created a Google space account.
  1. Sign in to the
    Google Space
    account.
  2. Navigate to the
    Credentials
    page on GCP and select the
    OAuth 2.0 Client IDs
    .
    If OAuth 2.0 Client IDs do not exist, follow the instructions to create one. Skip this step if it already exists.
    • Select the
      OAuth Consent
      screen from the
      APIs & Services
      navigation menu.
    • For
      User Type
      , select
      Internal
      and click
      Create
      .
    1. Define the
      App name
      , example: WCC PTTPro
  3. Select an administrator account from the
    User support email
    drop down,
  4. For
    Developer contact information
    , enter the administrator email address or any service account in the
    Email address
    field.
  5. All other settings are optional and can be altered if required.
  6. Select
    Save and Continue
    .
  7. Select
    Add or Remove Scopes
    and enable the following scopes from the given:
    • API
    • .../auth/userinfo.email
    • .../auth/userinfo.profile
    • openid
  8. Click
    Save and Continue
    .
  9. Review all the configurations and select
    Back to Dashboard
    .
  10. Select the
    Credentials
    option from the
    APIs & Services navigation menu
    and click
    Create Credentials
    .
  11. Select
    OAuth client ID
    .
  12. For
    Application type
    , select 
    Web Application
    from the drop-down.
  13. Enter the application name, for example; the WCC application. Add
    https://localhost
    under
    Authorized Redirect URIs
    and click
    Create
    .
  14. Add the following under
    Authorized redirect URIs
    ,
    https://localhost
  15. Enable the following scopes:
    • API
    • .../auth/userinfo.email
    • .../auth/userinfo.profile
    • openid
  16. Note down the
    ClientID
    and
    Client Secret
    for future use.