提交 e22f85e9 编写于 作者: M MaxKey

JWT get 参数问题 #I5CTG4

#I5CTG4
上级 86da7780
......@@ -5,32 +5,17 @@
<title>JWT Single Sign-On</title>
</head>
<body onload="document.forms[0].submit()" style="display:none">
<#if 'post'==tokenType>
<form id="jwt_sso_form" name="jwt_sso_form" action="${action}" method="${tokenType}">
<table style="width:100%">
<tr>
<td>token</td>
<td><input type="text" id="tokenbased_token" name="${jwtName}" value="${token}" /></td>
</tr>
<tr>
<td colspan="2"><input type="submit" name="submitBtn" value="Continue..." /></td>
</tr>
</table>
</form>
</#if>
<#if 'get'==tokenType>
<form id="jwt_sso_form" name="jwt_sso_form" action="${action}?${jwtName}=${token}" method="${tokenType}">
<table style="width:100%">
<tr>
<td colspan="2"><input type="submit" name="submitBtn" value="Continue..." /></td>
</tr>
</table>
</form>
</#if>
</body>
</html>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册