3

I want to use Keycloak to implement SSO but I noticed that there is no email OTP embedded in Keycloak. How do I sent OTP through email in Keycloak?

I want the OTP to be provided not only via GoogleAuthenticator or FreeOTP app but also via email.

Is it possible to do it with Keycloak?

Steve Vinoski
  • 19,847
  • 3
  • 31
  • 46

1 Answers1

0

Yes, it is possible, you need to new authenticator provider. The Server Development part of the Keycloak reference documentation contains additional resources and examples for developing custom Keycloak extensions. https://www.keycloak.org/docs/latest/server_development/index.html

or you can use this email 2fa otp keycloak provider

https://github.com/mesutpiskin/keycloak-2fa-email-authenticator

mesutpiskin
  • 1,771
  • 2
  • 26
  • 30