Skip to main content
Version: 2.1.1-preview

EIDSCA.AM01 - Authentication Method - Microsoft Authenticator - State.

Overview

Whether the Authenticator App is enabled in the tenant.

enabled

Test script

https://graph.microsoft.com/beta/policies/authenticationMethodsPolicy/authenticationMethodConfigurations('MicrosoftAuthenticator')
.state -eq 'enabled'

Test Metadata

FieldValue
Test IDEIDSCA.AM01
SeverityHigh
SuiteEntra ID SCA
CategoryGeneral
PowerShell testTest-MtEidscaAM01
TagsEIDSCA, EIDSCA.AM01

Source

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