Support multiple authentication steps for MFA #9382
Labels
in: web
An issue in web modules (web, webmvc)
status: duplicate
A duplicate of another issue
type: enhancement
A general enhancement
Hello,
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,
The text was updated successfully, but these errors were encountered: