Google Configuration
Required for Google OAuth login. Configure this to enable users to sign in with their Google accounts.
Table name: google_config
| Field | Type | Description |
|---|---|---|
| tenant_id | CHAR(10) | Tenant identifier (Primary Key) |
| client_id | VARCHAR(256) | Google OAuth client ID |
| client_secret | VARCHAR(256) | Google OAuth client secret |
Getting Google Credentials
Section titled “Getting Google Credentials”- Go to Google Cloud Console
- Create a new project or select an existing one
- Enable Google+ API
- Go to “Credentials” → “Create Credentials” → “OAuth client ID”
- Configure OAuth consent screen
- Create OAuth 2.0 Client ID and Client Secret
- Add authorized redirect URIs
Prerequisites
Section titled “Prerequisites”- Tenant Configuration - A tenant must be created first
- Client Configuration - OAuth client must be configured
- Token Configuration - Required for all flows
- User Configuration - Required for all flows
Related Configurations
Section titled “Related Configurations”Google authentication uses the basic mandatory configurations: