Skip to main content
Version: 2.1.0

EIDSCA.AM09 - Authentication Method - Microsoft Authenticator - Show geographic location in push and passwordless notifications.

Overview

Determines whether the user's Authenticator app will show them the geographic location of where the authentication request originated from.

Test script

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

Test Metadata

FieldValue
Test IDEIDSCA.AM09
SeverityMedium
SuiteEntra ID SCA
CategoryGeneral
PowerShell testTest-MtEidscaAM09
TagsEIDSCA, EIDSCA.AM09

Source

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