Skip to main content
Version: 2.1.1-preview

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