Skip to main content
Version: 2.2.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'

Remediation action

Microsoft Learn - Enable Temporary Access Pass

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