From 6980d90e1df1793edd8af7c6e621d080009deb3b Mon Sep 17 00:00:00 2001 From: scyto Date: Fri, 19 Mar 2021 13:03:30 -0700 Subject: [PATCH] add clarification that Spotify URI Redirect is case sensitive (#17064) Co-authored-by: Franck Nijhof --- source/_integrations/spotify.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/spotify.markdown b/source/_integrations/spotify.markdown index adda3ba816f..196dcbb2432 100644 --- a/source/_integrations/spotify.markdown +++ b/source/_integrations/spotify.markdown @@ -34,6 +34,7 @@ The Spotify media player integration allows you to control [Spotify](https://www - Enter the **Edit Settings** dialog of your newly-created application and add a *Redirect URI*: - If you are not using SSL: `http://:/auth/external/callback` - If you are using SSL: `https://:/auth/external/callback` + - Note Spotify does a case-sensitive match of the fields above, as such ensure the Redirect URI is all lower case. - Click **Save** after adding the URI.