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]