Hi,
We have removed adfs and replace it with Pass-through authentication (3 agent running)
Now I can reset password for any users who have access to reset the password
I try to reset password I get following error
Event log show following error on agent
TrackingId: xx, Reason: Synchronization Engine returned an error hr=80230626, message=The password could not be updated because the management agent credentials were denied access., Context: cloudAnchor: User_xxxxx, SourceAnchorValue: xxxx==, UserPrincipalName: UserName@domian.co.uk, unblockUser: True, Details: Microsoft.CredentialManagement.OnPremisesPasswordReset.Shared.PasswordResetException: Synchronization Engine returned an error hr=80230626, message=The password could not be updated because the management agent credentials were denied access.
at AADPasswordReset.SynchronizationEngineManagedHandle.ThrowSyncEngineError(Int32 hr)
at AADPasswordReset.SynchronizationEngineManagedHandle.ResetPassword(String cloudAnchor, String sourceAnchor, String password, Boolean fForcePasswordChangeAtLogon, Boolean fUnlockAccount, Boolean isSelfServiceOperation)
at Microsoft.CredentialManagement.OnPremisesPasswordReset.PasswordResetCredentialManager.ResetUserPassword(String passwordResetXmlRequestString, Boolean unlockUser)
I have run following command on azure ad connect server
Set-ADSyncPasswordWritebackPermissions -ADConnectorAccountName MSOL_xxxx
-ADConnectorAccountDomain "domain.co.uk" `
-Confirm:$false