test_client oidc-logout
parent
0a1dbef915
commit
34b671550f
|
@ -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…
Reference in New Issue