I want to implement multi factor authentication in my web application using spring security, so I need to make the authentication process on 2 steps first one is to check username and password and the second one to check the OTP. So the authentication will be implemented using two pages. How can I achieve this ?
Thanks,
2.1m questions
2.1m answers
60 comments
57.0k users