Configuring Google Cloud for FTGate
The following steps are required to access Google Cloud from FTGate.
- Go to the Google Cloud Dashboard
- Click Select a Project
- Click New Project
- Enter a Project Name
- Click Create
- Wait for the project to complete
- Set the User Type to Internal if possible
- Click Create
- Enter an App Name
- Enter User Support email and Developer Contact email addresses that are in your organization
This must not be FTGate support, we will not process notifications from Google about your account. - Click Save and Continue
- In the Scopes Section click Save and Continue
- In the Test Users section add the email addresses you wish to access, this should include the email address used in the FTGate UserName field.
- Click Save and Continue
- Click Back To Dashboard
- Select the Credentials section
- Click Create Credentials
- Select OAuth client ID
- Set Application Type to Web application
- Set a Name
- Add the URI listed in the FTGate RedirectURI (See notes below)
- Click Create
- Do not close the next screen until you have copied:
Your Client ID to the FTGate Client ID
Your Client Secret to the FTGate Client Secret - Click OK
Save the changes in FTGate. You are now ready to proceed with Authorisation
RedirectURI notes
Google will not permit the use of an URI containing an IP address for the redirect except for 127.0.0.1
If your server does not have a public dns address then we recommend using the nip.io service to fake a uri from an ip address.
For example, if your server was located at 192.168.1.51 you would connect your browser to
http://192.168.1.51.nip.io/
This would then resolve to your local IP address
(dont worry, its not a website, it just returns the IP address you use through dns)
You can then connect and complete the Authorization process.