Browse Source

JWT_BEARER flow

pull/4/head
shengzhaoli.shengz 1 year ago
parent
commit
e8900c6344
  1. 3
      others/oauth2.1-flow.md
  2. 1
      src/main/resources/templates/clientdetails/register_client.html

3
others/oauth2.1-flow.md

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

1
src/main/resources/templates/clientdetails/register_client.html

@ -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>

Loading…
Cancel
Save