Discuss this help topic in SecureBlackbox Forum
This event is fired when a non-standard form is received.
Declaration
Parameters
- Html - the HTML code of the form to be parsed.
- BodyName - the name of the body element.
- URL - the handler should provide the request URL via this parameter.
- Body - the handler should provide the request body via this parameter.
- RelayState - the handler should extract and save here the value of the RelayState parameter.
- pcHtml - the HTML code of the form to be parsed.
- szHtml - the length of pcHtml.
- pcBodyName - the name of the body element.
- szBodyName - the length of pcBodyName.
- pcURL - the handler should provide the request URL via this parameter.
- szURL - the length of pcURL.
- pcBody - the handler should provide the request body via this parameter.
- szBody - the length of pcBody.
- pcRelayState - the handler should extract and save here the value of the RelayState parameter.
- szRelayState - the length of pcRelayState.
Description
This event allows to parse non-standard login forms received from the IdP.
The handler should extract from the form and return the following information: request URL, request body, and the value of the RelayState parameter.
Discuss this help topic in SecureBlackbox Forum