SMS based OTP in keycloak is possible?

非 Y 不嫁゛ 提交于 2020-12-05 07:10:32

问题


I am exploring keycloak and I want to build an application that was based on user mobile number, SMS OTP should go to the user for authentication. I am not finding any where.


回答1:


It is possible through extending Authentication mechanism, check Authentication SPI documentation

Take a look at existing solution: https://github.com/nickpack/keycloak-sms-authenticator-sns Even if it doesn't suite your needs you can take the source code as a reference point.



来源:https://stackoverflow.com/questions/57674676/sms-based-otp-in-keycloak-is-possible

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!