不设置adminPath的时候需要增加oauth2的地址认证排除
This commit is contained in:
@@ -451,6 +451,9 @@ shiro:
|
|||||||
/userfiles/** = anon
|
/userfiles/** = anon
|
||||||
/validCode = anon
|
/validCode = anon
|
||||||
/static/** = anon
|
/static/** = anon
|
||||||
|
/oauth2/login/** = anon
|
||||||
|
/oauth2/binder/** = anon
|
||||||
|
/oauth2/callback/** = anon
|
||||||
/oauth2/authorize = user
|
/oauth2/authorize = user
|
||||||
/druid/** = perms[sys:state:druid]
|
/druid/** = perms[sys:state:druid]
|
||||||
/bpm/modeler/** = perms[bpm:modeler]
|
/bpm/modeler/** = perms[bpm:modeler]
|
||||||
|
|||||||
Reference in New Issue
Block a user