Skip to main content
Version: 2.1.1-preview

EIDSCA.AT02 - Authentication Method - Temporary Access Pass - One-time.

Overview

Determines whether the pass is limited to a one-time use.

Avoid to allow reusable passes and restrict usage to one-time use (if applicable)

Test script

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

Test Metadata

FieldValue
Test IDEIDSCA.AT02
SeverityHigh
SuiteEntra ID SCA
CategoryGeneral
PowerShell testTest-MtEidscaAT02
TagsEIDSCA, EIDSCA.AT02

Source

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