Reputation: 27
I have setup Azure AD Connect Cloud. The new product from MS Azure and I am getting green lights across the board that the system is functioning properly. But on-prem password is not working
When I try to log into https://myapps.microsoft.com as described in the MS Artical. I receive the following error. "Your account or password is incorrect. If you don't remember your password. reset it now"
Has anyone see this before?
Upvotes: 0
Views: 763
Reputation: 11
This was helped to me
net stop 'Microsoft Azure AD Sync'
net start 'Microsoft Azure AD Sync'
Upvotes: 0
Reputation: 27
I figured out the issue with Azure AD connect cloud not syncing password hash. The issue was the admin account I was using did not have the proper rights to the domain. Once changed I was able to sync hash with no issue.
Steps to resolve this issue. Open Active Directory Users and Computers Right Click on the root of your domain Testsystem.local Click on Properties Click on Security Tab Add in the Username you used during installation for "Azure AD Connect Cloud" for local authentication" Under Permisssions Check "Allow" for Replicating Directory Changes & Replicating Directory Changes All
After that your system should allow Password Hash to sync. (or it did for me atleast)
Upvotes: 1