不设置adminPath的时候需要增加oauth2的地址认证排除

This commit is contained in:
thinkgem
2023-12-23 23:01:31 +08:00
parent 4f4bbac861
commit 2d78175001

View File

@@ -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]