From e8900c6344a7ad67f6f68fb7d4eabf07114c9c6a Mon Sep 17 00:00:00 2001 From: "shengzhaoli.shengz" Date: Mon, 23 Oct 2023 22:14:24 +0800 Subject: [PATCH] JWT_BEARER flow --- others/oauth2.1-flow.md | 3 ++- .../resources/templates/clientdetails/register_client.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/others/oauth2.1-flow.md b/others/oauth2.1-flow.md index ff99db6..1d57599 100644 --- a/others/oauth2.1-flow.md +++ b/others/oauth2.1-flow.md @@ -196,7 +196,8 @@ or [400] ## JWT_BEARER flow -- Core-Class: +- Core-Class: JwtClientAssertionAuthenticationProvider +- diff --git a/src/main/resources/templates/clientdetails/register_client.html b/src/main/resources/templates/clientdetails/register_client.html index e14d246..d5ebf14 100644 --- a/src/main/resources/templates/clientdetails/register_client.html +++ b/src/main/resources/templates/clientdetails/register_client.html @@ -223,6 +223,7 @@ class="form-control"> +

选择在调用/oauth2/token