Google Authentication method
For the Google integration to work and your environment to remain secure, an authentication needs to be set-up. In the case of Google, we can make use of service accounts. These are accounts that are designed to be used by applications and services. They allow for retrieving information from the Google platform, if they have been provided the correct permissions. To set up this service account, you need a Google super admin account.
In this article, we will explain:
- How to create a service account
- How to provide the proper permissions
- How to activate the relevant APIs
How to set up a service account
Login and navigate
In the Google cloud environment, there is a sub environment called console. If your account has the proper rights, you can log in at the following link: https://console.cloud.google.com When successfully logged in, click on the top left menu to unfold the menu items. You might need to select the corresponding project for which you want to create the integration.
In the menu, select IAM & Admin. A new pane with options unfolds, select the service accounts option.