Skip to content

SSO with Google Workspace

This guide walks you through setting up SSO with Google Workspace. You will create OAuth credentials and use the Redirect URI: https://app.subnoto.com/auth/oidc.

  • Sign in to Google Cloud Console.
  • Ensure you’re using the Google Workspace administrator account.

Step 2: Create a new project (or select an existing one)

Section titled “Step 2: Create a new project (or select an existing one)”
  • Click on the project dropdown at the top of the page.
  • Click New Project.
  • Enter a project name and click Create.
Section titled “Step 3: Configure the OAuth consent screen”
  • Go to APIs & Services > OAuth consent screen.
  • Select External or Internal based on your needs.
  • Enter the app information (App name, User support email, Developer contact information).
  • Click Save and Continue.
  • Add any scopes you need and click Save and Continue.
  • Add test users if needed and click Save and Continue.
  • Review your settings and click Back to Dashboard.
  • Go to APIs & Services > Credentials.
  • Click Create Credentials > OAuth client ID.
  • Select Web application as the application type.
  • Enter a name for your client.
  • Add the authorized redirect URI: https://app.subnoto.com/auth/oidc.
  • Click Create.
  • Client ID: Displayed in the popup after creating the OAuth client.
  • Client Secret: Displayed in the popup.
  • Issuer URL: https://accounts.google.com

Enter these values in Subnoto SSO settings to complete the setup.


Back to SSO overview