perf: sso token 只能超级管理员

pull/7880/head
ibuler 2022-03-16 16:26:59 +08:00 committed by Jiangjie.Bai
parent 7eed7b32cc
commit f41e6db007
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ exclude_permissions = (
('authentication', 'privatetoken', '*', '*'),
('authentication', 'accesskey', 'change,delete', 'accesskey'),
('authentication', 'connectiontoken', 'change,delete', 'connectiontoken'),
('authentication', 'ssotoken', 'change,delete', 'ssotoken'),
('authentication', 'ssotoken', '*', '*'),
('authentication', 'superconnectiontoken', 'change,delete', 'superconnectiontoken'),
('users', 'userpasswordhistory', '*', '*'),
('applications', 'applicationuser', '*', '*'),