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

# Google

> Google is a social provider for Kaneo.

## Overview

Google is a social provider for Kaneo. It allows users to sign in to Kaneo using their Google account.

## Configuration

1. Go to the [Google Cloud Console](https://console.cloud.google.com/).
2. Create a new project.
3. Enable the Google Sign In API.
4. Create a new OAuth client ID.
5. Set the redirect URI to `KANEO_API_URL/api/auth/callback/google`.
6. Copy the client ID and client secret.
7. Set the `GOOGLE_CLIENT_ID` and `GOOGLE_CLIENT_SECRET` environment variables.

For more information on what your `KANEO_API_URL` is, see the [Environment variables](/docs/core/installation/environment-variables#google-sso--integration) page.

## Usage

Once you have configured the social provider, you can sign in to Kaneo using your Google account.
