EIDSCA.AP14 - Default Authorization Settings - Default User Role Permissions - Allowed to read other users.
Overviewโ
Prevents all non-admins from reading user information from the directory. This flag doesn't prevent reading user information in other Microsoft services like Exchange Online.
Restrict this default permissions for members have huge impact on collaboration features and user lookup.
Test scriptโ
https://graph.microsoft.com/beta/policies/authorizationPolicy
.defaultUserRolePermissions.allowedToReadOtherUsers -eq 'true'
Related linksโ
MITRE ATT&CKโ
| Tactic | Technique | Mitigation |
|---|---|---|
| TA0043 - Reconnaissance - Reconnaissance |
Test Metadataโ
| Field | Value |
|---|---|
| Test ID | EIDSCA.AP14 |
| Severity | High |
| Suite | Entra ID SCA |
| Category | General |
| PowerShell test | Test-MtEidscaAP14 |
| Tags | EIDSCA, EIDSCA.AP14 |
Sourceโ
- Pester test:
tests/EIDSCA/Test-EIDSCA.Generated.Tests.ps1 - PowerShell source:
powershell/internal/eidsca/Test-MtEidscaAP14.ps1




