mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
JWT get 参数问题 #I5CTG4
#I5CTG4
This commit is contained in:
parent
86da778072
commit
e22f85e90f
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user