Skip to content
GitHub

Google Configuration

Required for Google OAuth login. Configure this to enable users to sign in with their Google accounts.

Table name: google_config

FieldTypeDescription
tenant_idCHAR(10)Tenant identifier (Primary Key)
client_idVARCHAR(256)Google OAuth client ID
client_secretVARCHAR(256)Google OAuth client secret
  1. Go to Google Cloud Console
  2. Create a new project or select an existing one
  3. Enable Google+ API
  4. Go to “Credentials” → “Create Credentials” → “OAuth client ID”
  5. Configure OAuth consent screen
  6. Create OAuth 2.0 Client ID and Client Secret
  7. Add authorized redirect URIs

Google authentication uses the basic mandatory configurations: