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
spotifyIdentity Provider in the realm which you want to configure. - In the
spotifyidentity provider page, setClient IdandClient Secret.
Clone this repository and run mvn package.
You can see keycloak-spotify-<version>.jar under target directory.