Skip to main content
Version: 2.1.1-preview

EIDSCA.AF01 - Authentication Method - FIDO2 security key - State.

Overviewโ€‹

Whether the FIDO2 security keys is enabled in the tenant.

enabled

Test scriptโ€‹

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

Test Metadataโ€‹

FieldValue
Test IDEIDSCA.AF01
SeverityHigh
SuiteEntra ID SCA
CategoryGeneral
PowerShell testTest-MtEidscaAF01
TagsEIDSCA, EIDSCA.AF01

Sourceโ€‹

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