JWT_BEARER flow
parent
549320b412
commit
e8900c6344
|
@ -196,7 +196,8 @@ or [400]
|
|||
|
||||
|
||||
## JWT_BEARER flow
|
||||
- Core-Class:
|
||||
- Core-Class: JwtClientAssertionAuthenticationProvider
|
||||
-
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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…
Reference in New Issue