Set up your app in Google
To allow users to log in using Google Workspace, you must register your application in the Google developer console.
Register a new application
To learn how to register a new application with Google, follow Google's Setting up OAuth 2.0 doc. During this process, Google will generate a Client ID and Client Secret for your application; make note of these.
While setting up your app, be sure to use these settings:
- When asked to select an application type, choose Web application and set the following parameters:
Field | Description |
---|---|
Name | The name of your application. |
Authorized JavaScript origins | https://signin.salesrabbit.com |
Authorized redirect URIs | https://signin.salesrabbit.com/login/callback |
Send Connection Information to SalesRabbit
Send the following information to SalesRabbit found on the credentials page in Google
Field | Description |
Google Workspace Domain |
The domain name for your google account example: salesrabbit.com |
Client ID |
The client ID generated by Google. Found on the credential page created in the steps above. |
Client Secret |
The Client Secret generated by Google. Found on the credential page created in the steps above. |