EIDSCA.AM03 - Authentication Method - Microsoft Authenticator - Require number matching for push notifications.
Overviewβ
Defines if number matching is required for MFA notifications.
Test scriptβ
https://graph.microsoft.com/beta/policies/authenticationMethodsPolicy/authenticationMethodConfigurations('MicrosoftAuthenticator')
.featureSettings.numberMatchingRequiredState.state -eq 'enabled'
Related linksβ
- Open in Graph Explorer
- microsoftAuthenticatorAuthenticationMethodConfiguration resource type - Microsoft Graph v1.0 | Microsoft Learn
Test Metadataβ
| Field | Value |
|---|---|
| Test ID | EIDSCA.AM03 |
| Severity | Medium |
| Suite | Entra ID SCA |
| Category | General |
| PowerShell test | Test-MtEidscaAM03 |
| Tags | EIDSCA, EIDSCA.AM03 |
Sourceβ
- Pester test:
tests/EIDSCA/Test-EIDSCA.Generated.Tests.ps1 - PowerShell source:
powershell/internal/eidsca/Test-MtEidscaAM03.ps1