Skip to content

How to integrate Google Sign-in?

Last update: 13/Oct/2025

1. Open Gobiz Admin Panel

In Gobiz Admin Panel, go to Plugins->Google OAuth then Enable Google Sign-in

2. Google Developer Console (Optional)

First, go to Google Developer Console and create a project.

Create Google Project

3. Select OAuth Client ID

After creating the project, make sure you've selected it.

Go to the Credentials page, click Create Credentials, and select OAuth Client ID.

Google Sign-in OAuth credentials

Configure the Consent Screen:

  • Select Internal as User Type
  • Select External as Application Type
  • Click Save

Google Sign-in Consent Screen

5. Get Client ID & Client Secret

Copy both the generated Client ID and Client Secret.

Google Sign-in Client ID & Secret

6. Add Redirect URI

Add your domain URL in the Authorised redirect URIs box on the Google credentials page. It must end with /sign-in-with-google.

Example: https://YOUR-DOMAIN.com/sign-in-with-google

Paste the Redirect URI in the field and click Save.

Google Sign-in Redirect URI

7. Update ClientID and Client Secret via Admin Panel

Go to Plugins->Google OAuth and update your ClientID and Client Secret. Set Google Auth Enable to ON and click Update Changes.

GoBiz Admin Panel Google Sign-in

Disable Google Sign-in

If you do not want to use Google Sign-in, go to Plugins->Google OAuth and set Google Auth Enable to OFF.

GoBiz Disable Google Sign-in

© 2019-present NativeCode. All rights reserved.