Browse Source

test_client oidc-logout

pull/4/head
shengzhaoli.shengz 1 year ago
parent
commit
e58d44b601
  1. 4
      src/main/resources/templates/clientdetails/test_client.html

4
src/main/resources/templates/clientdetails/test_client.html

@ -586,7 +586,7 @@
<div class="panel-body">
<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">
<tr>
<td>client_id</td>
@ -618,7 +618,7 @@
</tr>
</table>
<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>
</div>

Loading…
Cancel
Save