Skip to main content
Version: 2.1.1-preview

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'

Test Metadata​

FieldValue
Test IDEIDSCA.AM03
SeverityMedium
SuiteEntra ID SCA
CategoryGeneral
PowerShell testTest-MtEidscaAM03
TagsEIDSCA, EIDSCA.AM03

Source​

  • Pester test: tests/EIDSCA/Test-EIDSCA.Generated.Tests.ps1
  • PowerShell source: powershell/internal/eidsca/Test-MtEidscaAM03.ps1