Skip to main content
Version: 2.1.1-preview

EIDSCA.AF02 - Authentication Method - FIDO2 security key - Allow self-service set up.

Overview

Allows users to register a FIDO key through the MySecurityInfo portal, even if enabled by Authentication Methods policy.

Test script

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

Test Metadata

FieldValue
Test IDEIDSCA.AF02
SeverityMedium
SuiteEntra ID SCA
CategoryGeneral
PowerShell testTest-MtEidscaAF02
TagsEIDSCA, EIDSCA.AF02

Source

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