-
Notifications
You must be signed in to change notification settings - Fork 94
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
Support for keycloak 23.0.4 -- from sources it does not compile #32
Comments
lombok in the current used version is not compatible with Java 21. Java 21 Support was only recently introduced with 1.18.30.... you may need to upgrade that dependency first! |
Hi, thank you for the hint. Regards |
@FStefanni which other plugin that you are using. I'm facing problems to implement it or SMS 2fa and didn't identify any other yet. |
Hi, I am using this image, which has also other goodies (i.e. other nice plugins). https://github.com/p2-inc/phasetwo-containers Be ware of the license, since these plugins are not open source, they have the "elastic license", so basically you can use them to provide authentication for your services, but not as paas/saas for third parties. Regards |
Thanks for share @FStefanni, i was able to solve and implement the SMS with this one today. https://github.com/netzbegruenung/keycloak-mfa-plugins. I a little bit trick to set it up, but finally got this working. |
Hi, very interesting, I am probably going to use also it. Regards |
Disregard. For others: this was super easy if building on Arch. sudo archlinux-java set java-17-openjdk |
Hi,
I like to use this plugin on the latest release of keycloak (23.0.4), but there is not prebuilt artifact.
So I downloaded the repo and run
mvn package
, but it does not compiles:This is with
-e
:This is my setup:
Regards
The text was updated successfully, but these errors were encountered: