Skip to main content
Version: 2.1.1-preview

EIDSCA.AF04 - Authentication Method - FIDO2 security key - Enforce key restrictions.

Overview​

Manages if registration of FIDO2 keys should be restricted.

Restrict usage of FIDO2 from unauthorized vendors or platforms

Test script​

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

Test Metadata​

FieldValue
Test IDEIDSCA.AF04
SeverityHigh
SuiteEntra ID SCA
CategoryGeneral
PowerShell testTest-MtEidscaAF04
TagsEIDSCA, EIDSCA.AF04

Source​

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