Skip to content

Commit 0413494

Browse files
committed
1161: add azure permissions; saas-autodiscovery
1 parent 503dec1 commit 0413494

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

docs/auto-discovery/saas-discovery.mdx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2548
Device42 SaaS discovery collects software and user data:

0 commit comments

Comments
 (0)