how to enable self-service password reset

Vill Sivoravong 0 Reputation points
2025-06-18T19:54:19.3233333+00:00

getting fail to enable self-service password reset when trying to enable it

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
25,026 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Andrew Taylor 0 Reputation points
    2025-06-19T00:45:40.1+00:00

    Hello Vill Sivoravong,

    It sounds like you are having issues setting up the Microsoft Entra self-service password reset (SSPR).

    Find more information at this Microsoft Learn site https://learn.microsoft.com/en-us/entra/identity/authentication/tutorial-enable-sspr

    0 comments No comments

  2. Austin-H 2,860 Reputation points Microsoft External Staff Moderator
    2025-06-19T01:23:58.0266667+00:00

    Hi @Vill Sivoravong ,

    Thank you for raising question to Microsoft Q&A.

    According to this issue, may I know if you could try to turn on the options in Self-service password reset (SSPR) in Entra Admin Center as Global Administrator role?

    Please provide a screenshot so I could better understand your issue to provide accurate troubleshooting steps. Here are some insights I could think of right now.

    1. Change the browser or clear the cache of current browser you are using to access to Entra Admin Center by following this article: https://support.microsoft.com/en-us/windows/clear-browsing-history-e81687d2-8ff0-4573-bb6e-23597cfd8819
    2. Use PowerShell and Microsoft Graph to try to enable SSPR to see what the error message could be.

    For PowerShell and connect to Microsoft Graph via this article: https://learn.microsoft.com/en-us/microsoft-365/enterprise/connect-to-microsoft-365-powershell?view=o365-worldwide

    then run these commands:

    Connect-MgGraph -Scopes "Policy.ReadWrite.Authorization"
    Import-Module Microsoft.Graph.Identity.SignIns
    $params = @{allowedToUseSSPR = $true}
    Update-MgPolicyAuthorizationPolicy -BodyParameter $params
    
    
    

    Reference for this: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/update-mgpolicyauthorizationpolicy?view=graph-powershell-1.0#example-4-enable-default-user-role-to-use-self-serve-password-reset-feature

    Please try this and let me know if you have any updates.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. 

    0 comments No comments

  3. Jinnie Nguyen 155 Reputation points Independent Advisor
    2025-06-19T06:59:14.5866667+00:00

    Hello Andrew Taylor,

    It sounds like you're working on configuring SSPR for your users, but encountering a failure during setup. To assist you effectively, Microsoft has provided helpful resources that walk through both the setup process and common troubleshooting steps.

    Quick Checklist to Enable SSPR

    • Ensure you have the correct license (e.g., Microsoft 365 Business Premium or Azure AD Premium P1/P2).
    • Go to Microsoft Entra admin center → Identity → Users → Password reset.

    Enable SSPR for all users or selected groups.

    • Configure at least one authentication method (e.g., mobile phone, email).
    • Save and test using https://aka.ms/sspr.

    For more information, please visit here: https://learn.microsoft.com/en-us/entra/identity/authentication/tutorial-enable-sspr

    If I have answered your question, please accept this answer as a token of appreciation and don't forget to give a thumbs up for "Was it helpful" and "Accept the answer"!

    Best regards,


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.