DEV Community

Cover image for Mastering Self-Service Password Reset (SSPR) in Microsoft Entra ID
Rahimah Sulayman
Rahimah Sulayman

Posted on

Mastering Self-Service Password Reset (SSPR) in Microsoft Entra ID

Introduction

Forgotten passwords are one of the most common reasons users contact IT support, often resulting in lost productivity and increased administrative overhead. Self-Service Password Reset (SSPR) in Microsoft Entra ID empowers users to securely reset or unlock their accounts without requiring help desk assistance, improving both user experience and organizational security.

In this hands-on guide, I'll demonstrate how to configure Self-Service Password Reset in Microsoft Entra ID by enabling SSPR for specific users or groups, configuring authentication methods, managing registration settings, and customizing notification options. These configurations help organizations streamline identity management while maintaining strong security practices.

Exercise - Perform basic Self-Service Password Rest (SSPR) tasks

In this exercise you will learn where the self-service password reset feature is located in Microsoft Entra and explore the process to configure it.

This exercise should take approximately 15 minutes to complete.

Task 1 - View the SSPR properties for a specific group

1.Open the Microsoft Entra admin center at https://entra.microsoft.com.
2.Log in using the credentials for your tenant.
3.From the menu on the left, open Password reset submenu.

4.Find the Self service password enabled bar.

Value What it means
None No users can use the SSPR feature
Selected Only members of the selected group(s) can use SSPR
All All users can use the SSPR feature

5.Set the value to Selected.
6.Select the text No groups selected.
7.Mark the Project233 group we created previously.
8.Use the Select button to complete your choice.

sspr

9.Save your configuration.

save

Subtask 1 - View SSPR authentication methods

1.Select Authentication methods from the menu within Password reset.

2.Select 1 as the value for Number of methods required to reset.

Note - this value represents how many different ways the user is required to sign-in to the password reset tool, before they are allowed to reset their password. Note that using a password is not an option.

3.Select Email, Mobile phone, and Mobile app code for Methods available to user.

Note - if you use Security Questions you have to specific the number of questions the user is required to create and answer.
4.Use the button at the top to Save your choices.

pwd reset

5.You have added an Authentication method to your self-service password reset.

Subtask 2 - View SSPR registration

1.Select Registration from the menu within Password reset.
2.Make sure the Require users to register when signing in? value is set to Yes.
3.Set the Number of days before users are asked to re-confirm… to 90 days.
4.Select Save to save your changes.

reg

Subtask 3 - View SSPR reset notifications

1.Select Notifications from the menu withing Password reset.
2.Leave the Notify users on password reset? at the default of Yes.
3.Change the Notify all admins when other admins reset their password? value to Yes.
4.Use the Save option to save your changes.

notificatn

Summary

In this article, I explored the configuration of Self-Service Password Reset (SSPR) in Microsoft Entra ID, including enabling the feature for selected groups, configuring authentication methods, enforcing user registration, and managing password reset notifications. By implementing these settings, organizations can reduce help desk workload, improve operational efficiency, and provide users with a secure and convenient way to regain access to their accounts while strengthening overall identity security.

Top comments (0)