Skip to main content
Version: 2.1.0

EIDSCA.AF03 - Authentication Method - FIDO2 security key - Enforce attestation.

Overview

Requires the FIDO security key metadata to be published and verified with the FIDO Alliance Metadata Service, and also pass Microsoft's additional set of validation testing.

Test script

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

Test Metadata

FieldValue
Test IDEIDSCA.AF03
SeverityHigh
SuiteEntra ID SCA
CategoryGeneral
PowerShell testTest-MtEidscaAF03
TagsEIDSCA, EIDSCA.AF03

Source

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