I'm working on MFA solution, and I've got the push notification side working, but I'm also trying to support hardware tokens.
with the one time password they provide, i'm able to sign in but to do this you have to do the following format
user:username
password:password,onetimepassword
so the password with the OTP is comma delimited. I'm wondering if I'm able to add a separate field on the web vpn client and/or the windows Checkpoint Mobile client. This way it can be less clunky and easier for users to understand.