Skip to main content
Version: 2.1.0

EIDSCA.AM06 - Authentication Method - Microsoft Authenticator - Show application name in push and passwordless notifications.

Overview

Determines whether the user's Authenticator app will show them the client app they are signing into.

Test script

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

Test Metadata

FieldValue
Test IDEIDSCA.AM06
SeverityMedium
SuiteEntra ID SCA
CategoryGeneral
PowerShell testTest-MtEidscaAM06
TagsEIDSCA, EIDSCA.AM06

Source

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