OAuth (Open Authorization) is a protocol that allows users to grant third-party applications limited access to their resources without sharing their passwords. Gmail OAuth is commonly used to authenticate and access Gmail accounts securely. This guide will walk you through the steps to use your Gmail OAuth for authentication in whitelabel tracking software
2. Set Up OAuth Consent Screen
- Go to OAuth Consent Screen: Under "APIs & Services," click "OAuth consent screen."
3. Create OAuth Credentials
i. Configure Branding: . Fill in the required fields such as App name, User support email, Authorized domain(your company domain) and Developer contact information. Follow the prompts and save the changes.
ii. Configure Audience: Publish the App

iii. Configure Clients: Create Client-> Choose the application type (e.g., Web application), provide a name, and specify the authorized redirect URIs. These URIs are where users will be redirected after authentication.

iv.
Configure OAuth Client: Choose the application type (e.g., Web application), provide a name, and specify the authorized redirect URIs. These URIs are where users will be redirected after authentication.
v. Get Client ID and Client Secret: After creating, you'll receive a Client ID and Client Secret. Note these down as you'll need them for the SMTP Settings setup on the application