Enabling API & App Registration

To allow users to log in to your site with their Google account, you need to create a Google Cloud project and configure the OAuth. Follow steps below to create a configure your Google Cloud project.

1. Sing in to continue to Google Cloud Platform

Go to https://console.cloud.google.com/ and sing in to enter the Google Cloud console.
Google Cloud Console Login

2. Create a project

Click the project button in the top menu and you’ll see the Select a project pop-up. Click the NEW PROJECT button create a project.
Google Create Project
Enter the Project name and click the CREATE button.
Google Project Name
Once a project is created, go to APIs & Services. Select Credentials from the left-side menu then click the CONFIGURE CONSENT SCREEN button.
Google Credentials
Google Credentials
Choose the External in the User Type options, then click the CREATE button.
Google Create Button

4. Edit app registration

Enter the App name, User support email, upload App logo. Enter the Application home page, Application privacy policy link, Application terms and service link. Enter your website domain. Enter your contact Email addresses. Continue to the next step by clicking the SAVE AND CONTINUE button.
Google Edit Registration

4.2. Scopes

You’ll be on the step Scopes. Click the ADD OR REMOVE SCOPES button to select the scopes.
Google Scopes
Select three required API Scopes:
  • …/auth/userinfo.email
  • …/auth/userinfo.profile
  • openid
Once selected click on the UPDATE button.
Google Required API Scopes
The selected scopes will now appear on the Your non-sensitive scopes section. Continue to the next step by clicking on the SAVE AND CONTINUE button.
Google Sensitive Scopes

4.3 Test users

You’ll be on the step Test users. On this step you can add Test users to test the social login, or just continue to the next step by clicking the SAVE AND CONTINUE button.
Google Test Users

4.4 Summary

You’ll be on the step Summary that shows you the outline of your app registration. Click the BACK TO DASHBOARD button.
Google Summary

5. Create credentials

Select Credentials from the left-side menu. Click the CREATE CREDENTIALS button and select the OAuth client ID item.
Google Create Credentials
Once clicked, it’ll take you to the Create OAuth client ID page. Select the Web application option in the Application type. Enter a name of your OAuth 2.0 client in the Name field. Enter allowed redirect URLs in the Authorized redirect URIs section. See example:
By default, URLs have the ”/” symbol at the end of the path. Remove ”/” before ”?” if your site uses URLs without ”/” at the end of the path.
Click the CREATE button.
Google Create OAuth Client

6. Enter your keys

Once you click the button, the OAuth client created pop-up will appear and you’ll see your application keys.
Google OAuth Client Created
Copy your Client ID and Client Secret keys and paste them to the Client ID and Client secret fields under the Google Login Configuration on the white-label > Settings > Social Logins.
White Label Google Configuration

Test

Test the Social Login feature at the Login and Registration pages. If you’re encountering issues, please contact our support team for assistance with any step of the setup process.
Google login test

Need help? Contact our support team for assistance with any step of the setup process.