EIDSCA.CR02 - Consent Framework - Admin Consent Request - Reviewers will receive email notifications for requests.
Overview
Specifies whether reviewers will receive notifications
Test script
https://graph.microsoft.com/beta/policies/adminConsentRequestPolicy
.notifyReviewers -eq 'true'
Related links
- Open in Graph Explorer
- adminConsentRequestPolicy resource type - Microsoft Graph v1.0 | Microsoft Learn
- View in Microsoft Entra admin center
MITRE ATT&CK
Test Metadata
| Field | Value |
|---|---|
| Test ID | EIDSCA.CR02 |
| Severity | Medium |
| Suite | Entra ID SCA |
| Category | General |
| PowerShell test | Test-MtEidscaCR02 |
| Tags | EIDSCA, EIDSCA.CR02 |
Source
- Pester test:
tests/EIDSCA/Test-EIDSCA.Generated.Tests.ps1 - PowerShell source:
powershell/internal/eidsca/Test-MtEidscaCR02.ps1