> For the complete documentation index, see [llms.txt](https://docs.spotify-sync.jbh.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spotify-sync.jbh.cloud/guides/setting-up-a-spotify-oauth-application.md).

# Setting up a Spotify oauth application

1. Login to [Spotify developer portal](https://developer.spotify.com/dashboard/) using your Spotify account credentials
2. Select **Create an app**
3. Pick an app name and description, suggest using **spotify\_sync** as the name, click **Create**
4. Select **Edit settings**, nagivate to **Redirect URIs** and enter **`http://127.0.0.1:9090`** and click **Add**
   * If you have changed the default [Schema](/configuration/schema.md#redirect_uri_port) this will need to match what you have configured
5. Click **Save**&#x20;
6. Click **Show client secret**

You are now able to see your [Schema](/configuration/schema.md#client_id) and [Schema](/configuration/schema.md#client_secret)
