Discuss this help topic in SecureBlackbox Forum
This event is fired when login data is received from the IdP.
Declaration
Parameters
- URL - specifies the URL of the request.
- Body - contains the body of the request.
- TargetURL - the target URL that should be specified by the event handler.
- Fields - parsed fields of the web form, supplied by the event handler.
- pcURL - specifies the URL of the request.
- szURL - the length of pcURL.
- pBody - contains the body of the request.
- szBody - the length of pBody
- pcTargetURL - the target URL that should be specified by the event handler.
- szTargetURL - the length of pcTargetURL.
Description
This event is fired when a data of the login web form is received from the IdP.
The handler should process the form data and return the URL contained in the form's action attribute, and the values of all input fields like login and password.
Discuss this help topic in SecureBlackbox Forum