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.
Step 1: Access Google Cloud Console
Section titled “Step 1: Access Google Cloud Console”- 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.
Step 3: Configure the OAuth consent screen
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.
Step 4: Create OAuth credentials
Section titled “Step 4: Create OAuth credentials”- 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.
Step 5: Get your credentials
Section titled “Step 5: Get your credentials”- 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.