Google Connect
To use Google as a social login provider, you will need an App ID and App Secret from your Google app, then copy these keys into your ReachFive settings.
This page explains how to create a Google App and connect it to your ReachFive account.
Create a Google application
-
Go to https://console.developers.google.com, login with your account and create a new project.
-
Name your application: change the project name, agree with terms of service and create the app.
-
Click on Enable APIs and Services.
-
Search for Google People API and enable it.
Set up credentials
Create your credentials to be added on ReachFive.
-
Click on Credentials on left menu bar.
-
Click on Create credentials and choose OAuth client ID.
-
On first login, configure consent screen.
You have to add a Product name at least. To go live, all the fields have to be filled. -
Enter the domain name.
-
Click Save.
-
Choose Web application as Application Type.
-
In Authorised redirect URIs, enter
https://{REACHFIVE_DOMAIN}/login/callback`where `REACHFIVE_DOMAIN
is your ReachFive domain. -
Click Create.
-
Copy your new credentials.
Configure Google as Provider on ReachFive
-
On the ReachFive Console, go to
, and select Google. -
Paste your credentials and add all available permissions.
-
Click Save.
To implement your own button, follow the Google guidelines. |
Do not use the red button, use the Google button as below. |
