mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-08-10 10:56:52 +08:00
feat(auth): 新增按组织ID授权的支持
在AuthGroup中增加authorizedOrgIds字段,支持组织级别的集中授权管理。
This commit is contained in:
@@ -19,4 +19,6 @@ public class AuthGroup {
|
|||||||
private List<String> authorizedUsers;
|
private List<String> authorizedUsers;
|
||||||
/** authorization Department Id */
|
/** authorization Department Id */
|
||||||
private List<String> authorizedDepartmentIds;
|
private List<String> authorizedDepartmentIds;
|
||||||
|
/** authorization Organization Id (org-level centralized authorization) */
|
||||||
|
private List<String> authorizedOrgIds;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user