Browse Source

test_client oidc-logout

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

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

@ -584,7 +584,7 @@
<div class="panel panel-info">
<div class="panel-heading">Test OIDC-Logout <em class="label label-success">OAuth2.1新增</em></div>
<div class="panel-body">
<p class="text-muted">对已经签发的id_token进行退出并重定向会指定的uri, 由client端通过浏览器发起调用.</p>
<p class="text-muted">将'spring-oauth-server'退出并重定向会指定的uri(添加client端时的字段<code>logout_redirect_uris</code>), 由client端通过浏览器发起调用.</p>
<form th:action="@{/connect/logout}" th:method="post" target="_blank">
<table class="table table-striped table-bordered table-hover">

Loading…
Cancel
Save