Skip to main content
Version: 2.1.0

EIDSCA.AP01 - Default Authorization Settings - Enabled Self service password reset for administrators.

Overview​

Indicates whether administrators of the tenant can use the Self-Service Password Reset (SSPR). The policy applies to some critical critical roles in Microsoft Entra ID.

Administrators with sensitive roles should use phishing-resistant authentication methods only and therefore not able to reset their password using SSPR.

Test script​

https://graph.microsoft.com/beta/policies/authorizationPolicy
.allowedToUseSSPR -eq 'false'

Test Metadata​

FieldValue
Test IDEIDSCA.AP01
SeverityHigh
SuiteEntra ID SCA
CategoryGeneral
PowerShell testTest-MtEidscaAP01
TagsEIDSCA, EIDSCA.AP01

Source​

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