Skip to main content
All CollectionsNavigating the Platform
Sign in with Google Workspace SSO
Sign in with Google Workspace SSO

On this article you will learn how to set up your google workspace to sign in in LoudCrowd with your Google Workspace SSO

R
Written by Ronny Freites
Updated over a month ago


Step 1: Register Your Application in Google Developer Console

Follow Google's Setting up OAuth 2.0 documentation to register a new application.

  1. Go to the API Console.

  2. From the projects list, select a project or create a new one.

  3. If the APIs & services page isn't already open, open the console left side menu and select APIs & services.

  4. On the left, click Credentials.

  5. 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

Did this answer your question?