Sha256: edfc65a95582c5f3f95385d17d474313272b1dae77e9e36ef587a629b64a7a9a
Contents?: true
Size: 853 Bytes
Versions: 61
Compression:
Stored size: 853 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>SAML 2.0 POST</title> </head> <body onload="document.forms[0].submit()"> <noscript> <p><strong>_(Note):</strong> _(Since your browser does not support JavaScript, you must press the button below once to proceed.)</p> </noscript> <form method="post" action="{ @sp_url }"> <input type="hidden" name="SAMLResponse" value="{ @saml_response }"> <input type="hidden" name="RelayState" value="{ @relay_state }"> <noscript> <input type="submit" value="_(Submit the response to the service)" /> </noscript> </form> </body>
Version data entries
61 entries across 61 versions & 1 rubygems