keyboard-interactive authentication (General questions)
Hello, I have a general question about using keyboard-interactive authentication. At this point my C++ app is using password authentication and everything works fine. I now need to support kyb-int auth, so to test I switched put_Authentication(1) to put_Authentication(4), but as soon as I call the Connect() method, it throws an exception telling me invalid login/pwd. I used the same login/pwd that works in the other authentication mode, so what might be wrong? Do you have any samples of this mode of authentication?
Thanks