Keycloak Social Login extension for Spotify.
Download keycloak-spotify-<version>.jar
from Releases page.
Then deploy it into $KEYCLOAK_HOME/providers
directory.
- Access Spotify Developer Portal and create your application.
- Get Client ID and Client Secret from the created application.
- Add
spotify
Identity Provider in the realm which you want to configure. - In the
spotify
identity provider page, setClient Id
andClient Secret
.
Clone this repository and run mvn package
.
You can see keycloak-spotify-<version>.jar
under target
directory.