Discuss this help topic in SecureBlackbox Forum
This event is fired when the client requested keyboard-interactive-authentication.
Declaration
Parameters
- Username - the name of the client being authenticated
- Submethods - names of server-dependent submethods that the client would like to use
- Name - line that names the authentication
- Instruction - instructions that will be shown to the client before the list of questions
- Requests - list of questions/prompts (each line contains a question/prompt)
- Echoes - set Size equal to the total number of questions/prompts. If the bit is turned on, it specifies that the answer for corresponding question/prompt must be shown on client's display (on),if turned off - the responce should not be shown (ex. password)
- pcUsername - the name of the client being authenticated
- szUsername - the length of pcUsername.
- pcName - line that names the authentication
- szName - the length of pcName.
- pcInstruction - instructions that will be shown to the client before the list of questions
- szInstruction - the length of pcInstruction.
Description
During keyboard-interactive-authentication the server asks questions and client answers them.
KI-authentication is held in several steps. This event is fired first and then the server gives series of questions.
When it receives client's answers
OnAuthKeyboardResponse
event is fired. The server can send new questions to the client in its handler. Answers will be passed to OnAuthKeyboardResponse again.
Discuss this help topic in SecureBlackbox Forum