JWT_BEARER flow

pull/4/head
shengzhaoli.shengz 2023-10-23 22:14:24 +08:00
parent 549320b412
commit e8900c6344
2 changed files with 3 additions and 1 deletions

View File

@ -196,7 +196,8 @@ or [400]
## JWT_BEARER flow
- Core-Class:
- Core-Class: JwtClientAssertionAuthenticationProvider
-

View File

@ -223,6 +223,7 @@
class="form-control">
<option th:value="RS256">RS256</option>
<option th:value="ES256">ES256</option>
<option th:value="HS256">HS256</option>
</select>
<p class="help-block">选择在调用<em>/oauth2/token</em>