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'
Related linksโ
- Open in Graph Explorer
- microsoftAuthenticatorAuthenticationMethodConfiguration resource type - Microsoft Graph v1.0 | Microsoft Learn
Test Metadataโ
| Field | Value |
|---|---|
| Test ID | EIDSCA.AM09 |
| Severity | Medium |
| Suite | Entra ID SCA |
| Category | General |
| PowerShell test | Test-MtEidscaAM09 |
| Tags | EIDSCA, EIDSCA.AM09 |
Sourceโ
- Pester test:
tests/EIDSCA/Test-EIDSCA.Generated.Tests.ps1 - PowerShell source:
powershell/internal/eidsca/Test-MtEidscaAM09.ps1