EIDSCA.AV01 - Authentication Method - Voice call - State.
Overviewβ
Whether the Voice call is enabled in the tenant.
Choose authentication methods with number matching (Authenticator)
Test scriptβ
https://graph.microsoft.com/beta/policies/authenticationMethodsPolicy/authenticationMethodConfigurations('Voice')
.state -eq 'disabled'
Related linksβ
Test Metadataβ
| Field | Value |
|---|---|
| Test ID | EIDSCA.AV01 |
| Severity | High |
| Suite | Entra ID SCA |
| Category | General |
| PowerShell test | Test-MtEidscaAV01 |
| Tags | EIDSCA, EIDSCA.AV01 |
Sourceβ
- Pester test:
tests/EIDSCA/Test-EIDSCA.Generated.Tests.ps1 - PowerShell source:
powershell/internal/eidsca/Test-MtEidscaAV01.ps1