On-prem changes are handled by the on-prem domain controllers, then the hash is synced to Azure in that scenario
Password hash sync VS Pass through authentication
After reviewing some az500 exams questions I would to clarify once a password is reset from an on premise server using the password hash method does it initially go through on prem servers before syncing to Azure AD cloud or does this only apply with the pass through authentication.
Microsoft Security Microsoft Entra Microsoft Entra ID
-
Andy David - MVP 157.4K Reputation points MVP Volunteer Moderator
2023-02-20T21:03:57.2666667+00:00
2 additional answers
Sort by: Most helpful
-
TP 124.7K Reputation points Volunteer Moderator
2023-02-20T21:05:28.41+00:00 Hi,
When you change Active Directory Domain Services password via an on premises workstation/server the change is made to on premises domain controller and then synced to Azure AD. This is true for both password hash sync and pass through authentication.
If the above is helpful please click Accept Answer.
Thanks.
-TP
-
Chetan Prajapati 5 Reputation points
2024-05-27T00:07:30.0033333+00:00 Simple logic would be,
- Pass-through authentication validates user passwords directly against the on-premises Active Directory, without using a synced password hash.
- Password hash synchronization synchronizes a hash of the hash of a user’s password from an on-premises Active Directory instance to Azure AD, using a more secure SHA256 password data