EIDSCA.AM04 - Authentication Method - Microsoft Authenticator - Included users/groups of number matching for push notifications.
Overviewā
Object Id or scope of users which will be showing number matching in the Authenticator App.
Test scriptā
https://graph.microsoft.com/beta/policies/authenticationMethodsPolicy/authenticationMethodConfigurations('MicrosoftAuthenticator')
.featureSettings.numberMatchingRequiredState.includeTarget.id -eq 'all_users'
Related linksā
- Open in Graph Explorer
- microsoftAuthenticatorAuthenticationMethodConfiguration resource type - Microsoft Graph v1.0 | Microsoft Learn
Test Metadataā
| Field | Value |
|---|---|
| Test ID | EIDSCA.AM04 |
| Severity | Medium |
| Suite | Entra ID SCA |
| Category | General |
| PowerShell test | Test-MtEidscaAM04 |
| Tags | EIDSCA, EIDSCA.AM04 |
Sourceā
- Pester test:
tests/EIDSCA/Test-EIDSCA.Generated.Tests.ps1 - PowerShell source:
powershell/internal/eidsca/Test-MtEidscaAM04.ps1