website logo
⌘K
GETTING STARTED
Getting started with Pathfix
Introduction
OAuth Connect Page
Custom Redirect Domain
Monitoring Activity
Workspace
Extensions
Security
Notifications
Event Callback
Scopes
Provider reference
Access tokens
SDK's
BUBBLE.IO INTEGRATION
Bubble.io Documentation
ADALO INTEGRATION
Adalo Documentation
Adalo User Authorization
Adalo API Call
DEVELOPER CENTER
Developer center
Pathfix Consent Screen (preview)
Module dependencies
Step-by-Step
General
JavaScript
PROVIDER SETUP DOCS
Integration Setup Docs
Identity Auth
Integrating with Airtable
Integrating with Box
Integrating with Hubspot
Integrating with GitHub
Integrating with Google Tasks
Integrating with Instagram Graph API
Integrating with LinkedIn
Integrating with Pipedrive
Integrating with Quickbooks
Integrating with Stripe
Integrating with Stripe-Server
Integrating with Slack
Integrating with TikTok
Integrating with Typeform
Integrating with WooCommerce
Integrating with Xero
Integrating with Zoom
Docs powered by archbee 
19min

Integrating with Google Identity

Pathfix allows you to easily add Google SSO (Login with Google) for your end-user, handling authorization and enable communication between your app and Google Identity in just a few minutes.

Before proceeding, you will first need to register your application and create a project with Google Cloud Platform here: https://console.cloud.google.com/getting-started

Please note: You will need to create an GCP account with Google and be logged in to access this.



Enable OAuth in Google

Access your Project on GCP

  • Select your Project and click on the menu options
  • Click on APIs & Services and select OAuth consent screen
Image: OAuth consent screen
Image: OAuth consent screen



  • Select the type of User as External and click on Create
  • The app will be available in test mode and will need to be submitted to Google for review (this can be done later as well)



Image: User Type
Image: User Type



  • Add the name of your app (this is what your users will see once you app is approved by Google)
  • Fill in the rest of the App domain info
  • Save and continue
Image: App Domain
Image: App Domain



  • In the following page, select the below scopes for Identity:
Image: Google Identity scopes
Image: Google Identity scopes



  • Click on Credentials from the left nav bar
  • Click Create Credentials and select OAuth client ID
Image: Create Credentials
Image: Create Credentials



  • Add the name of your OAuth 2.0 client
  • Under Authorized redirect URIs, add the Pathfix URI: https://labs.pathfix.com/integrate/command
Image: Redirect URIs
Image: Redirect URIs



  • Once saved, you will receive your Google Client ID and Client Secret
  • Copy this info for use in Pathfix
Image: Google ClientID and Secret
Image: Google ClientID and Secret



Setup in Pathfix

  • Login to your Pathfix account and click on Add Application
  • Add the name of your SaaS and hit Save
  • Click on Identity and select Google Identity from the list of providers to integrate with. You can change the Display Name and Description.
  • Enter the Client ID and Client Secret generated from Google



Image: Pathfix setup
Image: Pathfix setup



Adding Integration To Your SaaS

Adding the SSO/Login functionality to the app is done based on your SaaS stack:

  1. Code based platform using an extension: Single Sign on (SSO) / Social login
  2. No-code (Bubble) platform using our plugin: Single Sign-on (SSO) Login







Need help? Reach out to us at support@pathfix.com and we would be happy to assist!



Updated 07 Dec 2021
Did this page help you?
Yes
No
UP NEXT
Integrating with Microsoft Identity (Azure AD)
Docs powered by archbee 
TABLE OF CONTENTS
Enable OAuth in Google
Setup in Pathfix
Adding Integration To Your SaaS