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 129ad1b60a 0.3.0 [ci skip] 4 years ago
.github/workflows chore: setup automated release by github actions 4 years ago
ear 0.3.0 [ci skip] 4 years ago
ejb 0.3.0 [ci skip] 4 years ago
.gitignore Prototype 6 years ago
.releaserc chore: setup automated release by github actions 4 years ago
README.md feat: use "Theme Resources" for the custom template 4 years ago
pom.xml 0.3.0 [ci skip] 4 years ago

README.md

keycloak-discord

Keycloak Social Login extension for Discord.

Install

Download keycloak-discord-ear-<version>.ear from Releases page. Then deploy it into $KEYCLOAK_HOME/standalone/deployments/ 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-ear-<version>.ear under ear/target directory.

Licence

Apache License, Version 2.0

Author