skydrinker-tox / keycloak-email-otp-authenticator

Keycloak Authenticator SPI that can be use as a second factor to authenticate the user via an OTP sent by Email.
Other
1 stars 0 forks source link

email OTP for registration form #2

Closed nishit93-hub closed 4 days ago

nishit93-hub commented 6 days ago

Hello,

Will this authenticator work while registering a new server? I am looking for an authenticator that sends OTP for new users or do I need to setup a custom registration flow according to my needs?

skydrinker-tox commented 5 days ago

Hello, what do you mean by "registering a new server" ?

If you want to add an OTP validation to your registration process (even if I don't get the point), this authenticator should work in a registration flow (just create your own custom registration flow and add this authenticator). Be aware that there is no spam protection here (it's under developement, and won't be available before several weeks/month). If a robot can access this step, the "resent code" action could be spamed to generate dozen of mail and overload your mail server.