Step 1: Register Your Application in Google Developer Console
Follow Google's Setting up OAuth 2.0 documentation to register a new application.
Go to the API Console.
From the projects list, select a project or create a new one.
If the APIs & services page isn't already open, open the console left side menu and select APIs & services.
On the left, click Credentials.
Click New Credentials, then select OAuth client ID.
1.2 Configure OAuth Settings
Application Type
Select Web Application.
Set the following parameters:
Authorized JavaScript origins:
https://app.loudcrowd.com
Authorized redirect URIs:
https://app.loudcrowd.com/login/callback
While setting up your application, ensure the following configurations:
If this is your first time creating a client ID, you can also configure your consent screen by clicking Consent Screen. (The following procedure explains how to set up the Consent screen.) You won't be prompted to configure the consent screen after you do it the first time.
OAuth Consent Screen
Under Authorized domains, add
loudcrowd.com
auth0.com
1.3 Retrieve Client Credentials
Upon completing the setup, Google will generate a Client ID and Client Secret for your application. Make a note of these credentials and securely share them with LoudCrowd.
Following these steps ensures your application is properly configured for Google Workspace SSO authentication