Skip to main content
Configure Google OAuth from the plugin: Settings > OAuth tab.

Google OAuth

1

Create Google OAuth App

  1. Go to Google Cloud Console
  2. Create or select a project
  3. Go to APIs & Services > Credentials
  4. Create OAuth 2.0 Client ID (Web application)
  5. Add authorized redirect URI:
https://api.authplugin.io/v1/oauth/callback
  1. Copy Client ID and Client Secret
2

Configure in Plugin

  1. Open Auth Plugin > Settings > OAuth
  2. Enable Google toggle
  3. Paste Client ID and Client Secret
  4. Click Save Settings
3

Publish & Test

Publish your site and test Google sign-in on your sign-in page.
The callback URL must match exactly: https://api.authplugin.io/v1/oauth/callback