Introduction
To connect Count to Google SSO, you'll need to be a Count workspace owner, and have SSO enabled for your workspace.
Head to the Count workspace settings, select the SSO tab and select Google - you'll need to provide a Client ID and Client secret.
Create an OAuth 2.0 Client ID
Head to your GCP project console and select APIs and services > Credentials, then choose Create credentials:
When creating an OAuth client, choose the following settings:
Application type - Web application
Authorised JavaScript origins -
https://count.co
Authorised redirect URIs -
https://count.co/sso-login
After your OAuth client has been created, copy the Client ID and Client secret and paste them into the Count SSO settings form:
Last updated