File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,29 @@ Device42 currently supports SaaS discovery from the following identity providers
2020- Okta
2121- G Suite (Google Workspace)
2222
23+ ## Required Permissions for SaaS Discovery in Azure
24+
25+ All of the following permissions require read access with admin consent:
26+
27+ - ` User.Read.All `
28+ - ` User.ReadBasic.All `
29+ - ` Directory.Read.All `
30+ - ` Application.Read.All `
31+
32+ The ` Group ` and ` Team ` permissions are used to get usernames.
33+
34+ - ` Group.Read.All `
35+ - ` GroupMember.Read.All `
36+ - ` Team.ReadBasic.All `
37+ - ` TeamMember.Read.All `
38+
39+ The ` AuditLog ` permissions are used to determine the last time users logged in.
40+
41+ - ` AuditLogsQuery `
42+ - ` AuditLog.Read.All `
43+ - ` AuditLogsQuery-Entra.Read.All `
44+ - ` AuditActivity.Read `
45+
2346## SaaS Discovery Items
2447
2548Device42 SaaS discovery collects software and user data:
You can’t perform that action at this time.
0 commit comments