Default Authorization Settings - Enabled Self service password reset for administrators
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.
| |
---|
Name | allowedToUseSSPR |
Control | Default Authorization Settings |
Description | Manages authorization settings in Entra ID (Azure AD) |
Severity | Informational |
How to fix
Microsoft Graph PowerShell: Update-MgPolicyAuthorizationPolicy -BodyParameter @{ allowedToUseSSPR = $false }
Details of configuration item
MITRE ATT&CK