Closed ckbaker10 closed 1 year ago
Working successfully on 21.0.1
Also on 21.0.2
Hi, is this issue resolved. We would like to upgrade the keycloak but when we checked last time we had the same issue.
I'm using same Keyclock version defined in pom.xml and it's working. I used 21.* but received same our problem. C
@mesutpiskin could you please update the spi so that it works correctly on the current version of the kc?
@jakubskopal, @ksarink maybe you could help us?
The problem seems to be that the plugin must be compiled with the corresponding Keycloak version. I created a fork where the plugin is compiled against the latest 10 Keycloak versions. Next I'll create a cronjob, which will update the plugin release when a new Keycloak version is released.
https://github.com/ksarink/keycloak-2fa-email-authenticator/releases/tag/0.3.0
Hello,
Keycloak 21.0.1 warns about an internal SPI and produces this method error. I'm going to try to fix it by myself but I'm not very confident. If I succeed, I'll issue a pull request.
Cheers.
-- Tested to still work on Keycloak 20.0.5, happy that im doing pre upgrade tests :)
SPI Warning
2023-03-30 09:08:14,301 WARN [org.keycloak.services] (build-3) KC-SERVICES0047: demo-email-code-form (com.mesutpiskin.keycloak.auth.email.EmailAuthenticatorFormFactory) is implementing the internal SPI authenticator. This SPI is internal and may change without notice
Error Trace