Skip to content

Instantly share code, notes, and snippets.

@vaibhavpaliwal
Created May 19, 2017 14:03
Show Gist options
  • Save vaibhavpaliwal/cee3038344609f0a1de5a10063e70a2a to your computer and use it in GitHub Desktop.
Save vaibhavpaliwal/cee3038344609f0a1de5a10063e70a2a to your computer and use it in GitHub Desktop.
form
<html>
<head>
<title>Access rights validated</title>
</head>
<body onload="document.forms[0].submit()">
<form method="post" action="{{ destination }}">
<input type="hidden" name="SAMLResponse" value="{{ saml_response }}" />
<input type="hidden" name="RelayState" value="{{ relay_state }}" />
<noscript>
<center>
<input type="submit" value="Submit SAMLResponse data " />
</center>
</noscript>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment