From 3e8524c286c183f1f1545de151c23188d9134df2 Mon Sep 17 00:00:00 2001 From: "shengzhaoli.shengz" Date: Thu, 2 Nov 2023 15:13:23 +0800 Subject: [PATCH] Add - Core-Class: OAuth2AuthorizationEndpointFilter --- others/oauth2.1-flow.md | 1 + 1 file changed, 1 insertion(+) diff --git a/others/oauth2.1-flow.md b/others/oauth2.1-flow.md index 1b261e1..4ec29c7 100644 --- a/others/oauth2.1-flow.md +++ b/others/oauth2.1-flow.md @@ -6,6 +6,7 @@ Core-Class: OAuth2AuthorizationEndpointFilter 1. start authorize +- Core-Class: OAuth2AuthorizationEndpointFilter http://127.0.0.1:8080/oauth2/authorize?response_type=code&client_id=client11&scope=openid&redirect_uri=http://localhost:8083/oauth2/callback&state=93820ss0-32p http://127.0.0.1:8080/oauth2/authorize?response_type=code&client_id=client11&scope=openid profile&redirect_uri=http://localhost:8083/oauth2/callback&state=93820ss0-32p