User fail to login after password reset by admin in Azure AD with on-premise AD

hmin 101 Reputation points
2021-12-11T17:54:51.797+00:00

When user sign-in with the reset password, system display "Update your password" : "You need to update your password because this is the first time you are signing in, or because your password has expired."
User proceed to change the password will display error message "Your organization doesn't allow you to update your password on this site. Please update it according to the method recommended by your organization, or ask your admin if you need help."
This Azure AD have been connected to on-premise AD before, but the on-premise AD can't be connected.
Any idea to solve this problem? Thanks.

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

Accepted answer
  1. hmin 101 Reputation points
    2021-12-14T15:06:01.403+00:00

    I finally had to fix the problem by recreating the on-premise AD again and sync the account to solve the problem.

    1 person found this answer helpful.
    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Manu Philip 16,986 Reputation points MVP
    2021-12-12T08:38:05.093+00:00

    As the AAD Connect is not working any more, you may go for disabling the SSPR from the Azure Portal
    The document explain, how to enable the feature in Azure portal. You can follow the steps and disable the feature in the below document
    tutorial-enable-sspr-writeback


  2. Manu Philip 16,986 Reputation points MVP
    2021-12-12T14:26:33.607+00:00

    I am not seeing a reference to fix the issue without an Azure AD connect installation. I am proposing the following cmdlet to see if it helps. The script is basically to disable SSPR through PowerShell

    $ADconnector = (Get-ADSyncConnector | Where-Object {$_.Name -like "*AAD"}).Name
    
    Set-ADSyncAADPasswordResetConfiguration -Connector $ADconnector -Enable:$False
    
    0 comments No comments

  3. All Season Auto Parts 0 Reputation points
    2023-04-05T14:05:00.1733333+00:00

    Help to reset my admin password.

    0 comments No comments