You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
semantic-release-bot 69d4ca2744 Prepare next development iteration 0.5.1-SNAPSHOT [ci skip] 8 months ago
.github/workflows build: fix build (#38) 8 months ago
src/main feat: update to keycloak 22.0.1 (support new admin console) (#37) 8 months ago
.gitignore Prototype 5 years ago
.releaserc chore: setup automated release by github actions 4 years ago
README.md feat: update to keycloak 17.0.0 (based on Quarkus) 2 years ago
pom.xml Prepare next development iteration 0.5.1-SNAPSHOT [ci skip] 8 months ago
yarn.lock build: fix build (#38) 8 months ago

README.md

keycloak-discord

Keycloak Social Login extension for Discord.

Install

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

Setup

Discord

Access to Discord Developer Portal and create your application. You can get Client ID and Client Secret from the created application.

Keycloak

Note: You don't need to setup the theme in master realm from v0.3.0.

  1. Add discord Identity Provider in the realm which you want to configure.
  2. In the discord identity provider page, set Client Id and Client Secret.
  3. (Optional) Set Guild Id(s) to allow federation if you want.

Source Build

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

Licence

Apache License, Version 2.0

Author