I need to implement MFA in my application using username/password and OTP through SMS.
Is it possible to achieve this in keycloak.
Yes, itās possible, but not ootb. You have to implement it in your own authenticator using the authenticator spi.
Have a look here in this example (not from me): https://github.com/gwallet/keycloak-sms-authenticator
Thank you for your response.
Hi dasniko
I have seen this link, but as per this the link i cannot able to see the āSMS Authenticationā option in Add execution in flows, can you please help me on this