> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prophecy.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Google SSO

> Sign-in to Prophecy using your Google account credentials

<Callout icon="/images/icon.png" color="#FFC107">
  This setup is applicable to Express and Enterprise Editions only.

  Google SSO is automatically configured for Free and Professional Editions.
</Callout>

Prophecy supports direct OAuth integration with **Google Identity**.

## Configuration steps

First, create a new OAuth client in Google.

1. Create an **OAuth client** in Google Cloud Console.
2. Collect the **Client ID** and **Client Secret**.
3. Add Prophecy's **Redirect URI** to the OAuth client.

   ```
   https://<your_prophecy_url>/api/oauth/googleCallback
   ```

Next, add these values in Prophecy.

1. Log in to Prophecy as a cluster admin.
2. Navigate to **Settings > SSO**.
3. Under **Authentication Provider**, select **Google**.
4. Fill in the **Client ID** and **Client Secret**.
5. Click **Save** at the bottom of the page to save your changes.

This allows users to sign in to Prophecy with their Google Workspace credentials.
