RenderAuthnRequestPost.jsp from GridBlocks at Krugle
Show RenderAuthnRequestPost.jsp syntax highlighted
<%--
* Copyright (C) 2002-2004 Ping Identity Corporation. All rights reserved.
*
* Licensed under the Open Software License version 2.1
*
* A copy of this license has been provided with the distribution of this
* software. Additionally, a copy of this license is available at:
* http://www.pingidentity.com/license
--%>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<html>
<body onload="javascript:document.forms[0].submit()">
<form method="post" action="<c:out value='${Target}'/>">
<input type="hidden" name="LAREQ" value="<c:out value='${LAREQ}'/>">
<input type="submit" value="Submit"/>
</form>
</body>
</html>
See more files for this project here