From 2d78175001b7dcd6022f8dfce82de874d1cb90cb Mon Sep 17 00:00:00 2001 From: thinkgem Date: Sat, 23 Dec 2023 23:01:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=AE=BE=E7=BD=AEadminPath=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E5=80=99=E9=9C=80=E8=A6=81=E5=A2=9E=E5=8A=A0oauth2?= =?UTF-8?q?=E7=9A=84=E5=9C=B0=E5=9D=80=E8=AE=A4=E8=AF=81=E6=8E=92=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/core/src/main/resources/config/jeesite-core.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index 85dcf840..0dee298a 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -451,6 +451,9 @@ shiro: /userfiles/** = anon /validCode = anon /static/** = anon + /oauth2/login/** = anon + /oauth2/binder/** = anon + /oauth2/callback/** = anon /oauth2/authorize = user /druid/** = perms[sys:state:druid] /bpm/modeler/** = perms[bpm:modeler]