mesutpiskin / keycloak-2fa-email-authenticator

🔒 Keycloak Authentication Provider implementation to get a two factor authentication with a OTP/code/token send via Email (through SMTP)
https://medium.com/@mesutpiskin/two-factor-authentication-via-email-in-keycloak-custom-auth-spi-935bbb3952a8
Apache License 2.0
158 stars 89 forks source link

Support Keycloak 25.0.2 and ConditionalEmailFormAuthenticator #44

Closed halcsi19790320 closed 1 month ago

halcsi19790320 commented 2 months ago

I have to support the newest keycloak, and support some conditional capable... I was very sad, after I had seen ConditionalOtpFormAuthenticator. Because all functions are private and call super.authenticate. So I have to copy paste the functionality.