<!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>
reinhold.leitner@applicgate.com (C) November 2024 www.applicgate.com |