ApplicGate
(v12.0.8874.35714 started 2024-04-18 18:00:37 on VM2)

Response from the Application Gateway will be sent via POST to the requested URL.
The fields challenge and hashalg are for information only.
These are examples of the default messages which can be overridden by parameters of keyword SIGNRQ.
<!DOCTYPE html>
<html>
<head> <meta charset="UTF-8"> <title>Sign Response</title> </head>
<body>
<article> <h1>Sign Response</h1> <p id="info">Ok!</p> </article>
<form name="SignResponse" method="post" action="https://myWeb.company.com/signresponse.aspx">
  <input type="hidden" name="challenge" value="DB-95-E8-83-66-88-8B-E9-31-64-87-D2-6A-43-6C-39-14-C7-00-85" />
  <input type="hidden" name="hashalg" value="SHA256" />
  <input type="hidden" name="signature" value="4C-54-BD-02-...-18-2D-5F-A8-1F-59-42-53-80" />
  <input type="hidden" name="usercert" value="30-82-06-FA-...-3D--14-D5-AB-CB-85-9E-78-26-57-1F-D3-FD" />
  <input type="hidden" name="appgwcert" value="30-82-05-CE-...-18-5D-9F-50-55-C7-33-68-88-33-56-41-C7-8C" />
</form>
<script>
 document.SignResponse.submit();
</script>
</body>
</html>
Response in case of error (%errmsg% will be replaced by the actual error message):
<!DOCTYPE html>
<html>
<head> <meta charset="UTF-8"> <title>Sign Response</title> </head>
<body>
<article> <h1>Sign Response</h1> <p id="info">Error:</p> </article>
%errmsg%
</body>
</html>

ApplicGate Logo  reinhold.leitner@applicgate.com (C) April 2024
www.applicgate.com