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

# Slack

> Set up Slack OAuth for Consumer Authentication.

## Setup

*Follow these steps if you have not created a Slack OAuth client yet.*

1. Navigate to [Slack OAuth Applications](https://api.slack.com/apps). For more information, check out Slack's **Creating an OAuth App** guide [here](https://api.slack.com/authentication/oauth-v2).
2. Select **Create New App** and choose to create it **From scratch**. Enter desired App Name and Slack Workspace.
3. You will be redirected to the configuration page for your new App. On the left-hand sidebar, navigate to **OAuth & Permissions**.
4. Scroll down to **Redirect URLs** and click **Add New Redirect URL**. Copy-paste the Stytch redirect URI from the [Dashboard](https://stytch.com/dashboard/oauth), then click **Save URLs**.
5. In the **Scopes** section under **User Token Scopes** add at least the following scopes: users:read, users:read.email.

***

*Follow these steps if you already have an existing Slack OAuth client.*

1. Navigate to [Slack OAuth Applications](https://api.slack.com/apps) and select the OAuth App you will be using.
2. On the left-hand sidebar, navigate to **OAuth & Permissions**.
3. Scroll down to **Redirect URLs** and click **Add New Redirect URL**. Copy-paste the Stytch redirect URI from the [Dashboard](https://stytch.com/dashboard/oauth), then click **Save URLs**.
4. In the **Scopes** section under **User Token Scopes** add at least the following scopes: users:read, users:read.email.
