To disable or limit self-service password resets (SSPR) for end users while allowing administrators to initiate password reset requests, you can configure the SSPR settings in Microsoft Entra ID. Here are the steps you can follow:
- Disable Self-Service Password Reset: You can disable SSPR for all users or specific groups by adjusting the settings in the Microsoft Entra admin center. This will prevent users from initiating password resets on their own.
- Enable Help Desk Password Reset: You can set up a process where designated help desk personnel can reset passwords for users. This can be done through the admin portal where administrators can directly reset user passwords without needing the user to initiate the process.
- Use Email or Controlled Mechanism: If you want to allow help desk staff to initiate password resets via email or another controlled mechanism, you may need to implement a custom workflow or use existing IT service management tools that integrate with Microsoft Entra ID to manage these requests securely.
- Monitor and Audit: Ensure that you have monitoring and auditing in place to track password reset requests initiated by help desk staff to maintain security and compliance.
For detailed guidance on how to configure these settings, refer to the Microsoft Entra documentation on self-service password reset and account management.
References: