test_client oidc-logout

pull/4/head
shengzhaoli.shengz 2023-10-29 11:41:48 +08:00
parent a0ed822fc5
commit e58d44b601
1 changed files with 2 additions and 2 deletions

View File

@ -586,7 +586,7 @@
<div class="panel-body"> <div class="panel-body">
<p class="text-muted">对已经签发的id_token/access_token进行退出并重定向会指定的uri, 由client端通过浏览器发起调用.</p> <p class="text-muted">对已经签发的id_token/access_token进行退出并重定向会指定的uri, 由client端通过浏览器发起调用.</p>
<form th:action="@{/connect/logout}" th:method="get" target="_blank"> <form th:action="@{/connect/logout}" th:method="post" target="_blank">
<table class="table table-striped table-bordered table-hover"> <table class="table table-striped table-bordered table-hover">
<tr> <tr>
<td>client_id</td> <td>client_id</td>
@ -618,7 +618,7 @@
</tr> </tr>
</table> </table>
<button class="btn btn-success" type="submit">/connect/logout</button> <button class="btn btn-success" type="submit">/connect/logout</button>
<span class="label label-info">GET</span> <span class="label label-warning">POST</span>
</form> </form>
</div> </div>