An authenticated connection to Google is required in order to access emails, or files from Google Drive. This guide is a walk-through to establish an OAuth application connection, based up on Googles interface in the year 2022.
The following prerequisites must be fulfilled for a successful connection to the Google authentication service:
If an e-mail retrieval or dispatch is initiated with this profile, the following requirements must be met:
smtp.gmail.com
, imap.gmail.com
.You are about to create a GCP API and Service login now. This login will provide the authentication credentials for the OAuth connection we want to add to INETAPP.
Create Login
in the menu, then select Oauth Client IDApplication Type
Name
describing the applicationAuthorized Redirection URL
and enter the value displayed in the configuration dialog of the INETAPP server, where a new connection is createdCreate
You have now create the login application. A dialog with the required information is displayed and you can download it as JSON file.
Your Client ID
into the Client ID field of the OAuth Connection dialog in the INETAPP configurationYour Client Key
into the Secret ID field of the OAuth Connection dialog in the INETAPP configurationNote: The Secret ID is considered a password, so please keep it in a safe place.