You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Create service account

  1. Go to https://console.developers.google.com/projectselector/permissions/serviceaccounts
  2. Select a project. You can create a new one too (e.g. jogetsample).
  3. Click on Create Service Account.
  4. Name the service account (e.g. jogetsample).
    Remember to check Furnish a new private key and also Enable Google Apps Domain-wide Delegation. Press Create.
  5. A .json file will be downloaded. Open up the file.

Configure Joget Workflow App

  1. From the downloaded JSON file earlier, copy the "client_email" and "private_key" values.

  2. In your Joget app, select Google API Configuration in Properties & Export -> Set Default Plugin Properties

  3. Key in the value of "client_email" value into OAuth 2.0 Client ID, and value of "private_key" into OAuth 2.0 Client Secret, then Submit.

 

  • No labels