Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Work Tasks

Configure OAuth2 to Access Google Account

  • Last UpdatedJun 06, 2024
  • 1 minute read

You can use OAuth2 authentication to access mail servers (SMTP and POP3) to send and receive the emails from the configured SMTP and POP3 servers using Google account.

To configure OAuth2 details to access Google account

  1. Browse the link https://console.cloud.google.com/apis/credentials and create a New Project.

  2. Select OAuth consent screen option from the left pane and provide App information, Domain, and Developer contact information.

  3. Provide Authorised domains and Developer contact information.

  4. To manually add or remove scopes, access link https://mail.google.com/. Click ADD TO TABLE and then click UPDATE.

  5. To add users, click ADD USERS, provide user email id, and then click SAVE AND CONTINUE.

  6. Select Credentials option from the left pane and update Authorized redirect URIs.

  7. Download OAuth Client JSON file.

  8. Open downloaded JSON file.

    Embedded Image (65% Scaling) (LIVE)

  9. Update OAuth Token URI, Authorization Code URI, Client Id, Client Secret, Redirection URI from the downloaded JSON file.

    OAuth Scope is as configured in https://mail.google.com/

  10. Refresh Interval as 0.01:00:00.

  11. Click Save button to save the configuration.

Related Links