-
Notifications
You must be signed in to change notification settings - Fork 70
feat: Discord role sync support #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
maaroen
wants to merge
56
commits into
wadahiro:master
Choose a base branch
from
maaroen:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Uses v4 of checkout, setup-java,and upload-artifact - Sets up Java 21
Wadahiro master
# 1.0.0 (2025-03-03) ### Bug Fixes * eliminate the possibility of NullPointerException ([wadahiro#56](https://github.com/maaroen/keycloak-discord/issues/56)) ([e2b5991](e2b5991)) * ignore discriminator if the value is "0" ([4c68b69](4c68b69)) * update authorization URL ([wadahiro#28](https://github.com/maaroen/keycloak-discord/issues/28)) ([a31c116](a31c116)) * update discord api endpoint urls ([0aa7f14](0aa7f14)) * use DiscordIdentityProvider class in instantiating the Logger ([93003c2](93003c2)) ### Features * implement IdentityProviderFactory#createConfig() which is ([9f359f5](9f359f5)) * update to keycloak 17.0.0 (based on Quarkus) ([f24ed18](f24ed18)) * update to keycloak 22.0.1 (support new admin console) ([wadahiro#37](https://github.com/maaroen/keycloak-discord/issues/37)) ([2c8da2d](2c8da2d)) * update to keycloak 26.0.5 ([05a3df4](05a3df4)) * updated provider for Keycloak 25.x ([wadahiro#49](https://github.com/maaroen/keycloak-discord/issues/49)) ([c10480b](c10480b)) * use "Theme Resources" for the custom template ([7cb885c](7cb885c))
Added clear roles if none options
# 1.0.0 (2025-03-08) ### Bug Fixes * eliminate the possibility of NullPointerException ([wadahiro#56](https://github.com/maaroen/keycloak-discord/issues/56)) ([e2b5991](e2b5991)) * ignore discriminator if the value is "0" ([4c68b69](4c68b69)) * update authorization URL ([wadahiro#28](https://github.com/maaroen/keycloak-discord/issues/28)) ([a31c116](a31c116)) * update discord api endpoint urls ([0aa7f14](0aa7f14)) * use DiscordIdentityProvider class in instantiating the Logger ([93003c2](93003c2)) ### Features * implement IdentityProviderFactory#createConfig() which is ([9f359f5](9f359f5)) * update to keycloak 17.0.0 (based on Quarkus) ([f24ed18](f24ed18)) * update to keycloak 22.0.1 (support new admin console) ([wadahiro#37](https://github.com/maaroen/keycloak-discord/issues/37)) ([2c8da2d](2c8da2d)) * update to keycloak 26.0.5 ([05a3df4](05a3df4)) * updated provider for Keycloak 25.x ([wadahiro#49](https://github.com/maaroen/keycloak-discord/issues/49)) ([c10480b](c10480b)) * use "Theme Resources" for the custom template ([7cb885c](7cb885c))
# [0.7.0](v0.6.1...v0.7.0) (2025-03-08) ### Features * discord role sync ([e98c2e5](e98c2e5))
# [0.7.0](v0.6.1...v0.7.0) (2025-03-08) ### Features * discord role sync ([9f6c287](9f6c287)) * discord role sync ([e98c2e5](e98c2e5))
feat: update to keycloak 26.2.5
# [0.8.0](v0.7.0...v0.8.0) (2025-07-02) ### Features * update to keycloak 26.2.5 ([9f0673a](9f0673a))
# [0.8.0](v0.7.0...v0.8.0) (2025-07-02) ### Features * update to keycloak 26.2.5 ([9f0673a](9f0673a))
feat: update to keycloak 26.2.5
# [0.9.0](v0.8.0...v0.9.0) (2025-07-02) ### Features * update to keycloak 26.2.5 ([edf6dbb](edf6dbb))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR enables syncing roles/groups and between discord roles and keycloak groups
Thanks to the work of @NotActuallyTerry and @pierrearma
I just stiched it together and updated it to latest version
It seems it also contains a maven CI build file, I thought this one was already here. I have used this to build my artifact, and it works great!