Identity provider - Google OAuth
This guide will help you configure and integrate with Google OAuth.
Requirements
To follow the steps in this tutorial, you should be familiar with Users and Identity Providers. This guide builds on previous tutorials in the Tutorials: Identity Providers section.
Step 1: Create an application on your Google Account https://developers.google.com/identity/protocols/OAuth2
Step 2: In the Google admin, add your domain in Authorized domains
Step 3: In the Google admin, set Authorized redirect url
for https://<YOUR_DOMAIN>/auth/google/callback
Step 4: Configure Partner Portal -> Social Integrations
Copy Client ID
as Google Key
and Client Secret
as Google Secret
.
Step 5: Use /auth/google on your Instance
For example, you can add a link to the "Log In / Sign Up" Liquid page that points to /auth/google
.