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 |
Related Linksβ
- Open in Graph Explorer
- microsoftAuthenticatorAuthenticationMethodConfiguration resource type - Microsoft Graph v1.0 | Microsoft Learn
Sourceβ
- Pester test:
tests/EIDSCA/Test-EIDSCA.Generated.Tests.ps1 - PowerShell source:
powershell/internal/eidsca/Test-MtEidscaAM09.ps1