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

These are examples of files to be referenced in parameters of the 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="%responsepath%">
  <input type="hidden" name="challenge" value="%challenge%" />
  <input type="hidden" name="hashalg" value="%hashalg%" />
  <input type="hidden" name="signature" value="%signature%" />
  <input type="hidden" name="usercert" value="%usercert%" />
  <input type="hidden" name="appgwcert" value="%appgwcert%" />
</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