We are looking at possibilities for 2 factor authentication in Web Access. I would like to create a NEW page that I drop in the virtual directory that will be called initially before the user is allowed to load the login page. The new page will send an email with the verification code. User will enter the code from the email they receive and then be redirected to login page if the code validates. I know I can use the Custom Login Module's OnBeforeLogin method to check for a session var set if a valid code was entered and validated.
Can I add the page that will handle the code sending/validation to web access and have to load/work with the solution?
Thanks,
Russ