From f641231e00dfecff4c78b18e6875a9a0854197ac Mon Sep 17 00:00:00 2001 From: lbw Date: Thu, 24 Nov 2022 15:12:01 +0800 Subject: [PATCH] =?UTF-8?q?:card=5Ffile=5Fbox:=20=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E7=9B=B8=E5=85=B3=E7=9A=84=E5=8F=98?= =?UTF-8?q?=E5=8C=96.=20=E5=A2=9E=E5=8A=A0=20client=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E7=AB=AF=E6=96=B9=E4=BE=BFpostman=20=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/pig.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/db/pig.sql b/db/pig.sql index b6faf0c5..1d112cc8 100644 --- a/db/pig.sql +++ b/db/pig.sql @@ -375,6 +375,7 @@ INSERT INTO `sys_oauth_client_details` VALUES ('daemon', NULL, 'daemon', 'server INSERT INTO `sys_oauth_client_details` VALUES ('gen', NULL, 'gen', 'server', 'password,refresh_token', NULL, NULL, NULL, NULL, NULL, 'true', NULL, NULL, NULL, NULL); INSERT INTO `sys_oauth_client_details` VALUES ('pig', NULL, 'pig', 'server', 'password,app,refresh_token,authorization_code,client_credentials', 'http://localhost:4040/sso1/login,http://localhost:4041/sso1/login', NULL, NULL, NULL, NULL, 'true', NULL, NULL, NULL, NULL); INSERT INTO `sys_oauth_client_details` VALUES ('test', NULL, 'test', 'server', 'password,app,refresh_token', NULL, NULL, NULL, NULL, NULL, 'true', NULL, NULL, NULL, NULL); +INSERT INTO `sys_oauth_client_details` VALUES ('client', NULL, 'client', 'server', 'client_credentials', NULL, NULL, NULL, NULL, NULL, 'true', NULL, NULL, NULL, NULL); COMMIT; -- ----------------------------