Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!--
~ Copyright (C) 2026 Curity AB. All rights reserved.
~
~ The contents of this file are the property of Curity AB.
~ You may not copy or use this file, in either source code
~ or executable form, except in compliance with terms
~ set by Curity AB.
~
~ For further information, please contact Curity AB.
-->
<!doctype html>

<html>
<head>
<meta charset="utf-8">
<title>SAML POST Artifact</title>
</head>

<body onload="document.forms[0].submit()" > <!---->
<form action="$_destination" method="post">
<input type="hidden" name="SAMLart" value="$_SAMLart"/>
#if($_relayState)
<input type="hidden" name="RelayState" value="$_relayState"/>
#end
<noscript>
<input type="submit" value="Submit"/>
</noscript>
</form>
</body>
</html>