Skip to main content
Version: 2.1.1-preview

EIDSCA.AT01 - Authentication Method - Temporary Access Pass - State.

Overviewโ€‹

Whether the Temporary Access Pass is enabled in the tenant.

Use Temporary Access Pass for secure onboarding users (initial password replacement) and enforce MFA for registering security information in Conditional Access Policy.

Test scriptโ€‹

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

Test Metadataโ€‹

FieldValue
Test IDEIDSCA.AT01
SeverityHigh
SuiteEntra ID SCA
CategoryGeneral
PowerShell testTest-MtEidscaAT01
TagsEIDSCA, EIDSCA.AT01

Sourceโ€‹

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