Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 841 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 841 Bytes

keycloak-spotify

Keycloak Social Login extension for Spotify.

Install

Download keycloak-spotify-<version>.jar from Releases page. Then deploy it into $KEYCLOAK_HOME/providers directory.

Setup

Spotify

  1. Access Spotify Developer Portal and create your application.
  2. Get Client ID and Client Secret from the created application.

Keycloak

  1. Add spotify Identity Provider in the realm which you want to configure.
  2. In the spotify identity provider page, set Client Id and Client Secret.

Source Build

Clone this repository and run mvn package. You can see keycloak-spotify-<version>.jar under target directory.

Licence

Apache License, Version 2.0