Skip to main content
Version: 2.1.0

EIDSCA.AF05 - Authentication Method - FIDO2 security key - Restricted.

Overview

You can work with your Security key provider to determine the AAGuids of their devices for allowing or blocking usage.

Test script

https://graph.microsoft.com/beta/policies/authenticationMethodsPolicy/authenticationMethodConfigurations('Fido2')
.keyRestrictions.aaGuids -notcontains $null -eq 'true'

Test Metadata

FieldValue
Test IDEIDSCA.AF05
SeverityHigh
SuiteEntra ID SCA
CategoryGeneral
PowerShell testTest-MtEidscaAF05
TagsEIDSCA, EIDSCA.AF05

Source

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