Password hash sync VS Pass through authentication

JohnKings-4069 20 Reputation points
2023-02-20T20:38:02.6733333+00:00

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
0 comments No comments
{count} votes

Accepted answer
  1. Andy David - MVP 157.4K Reputation points MVP Volunteer Moderator
    2023-02-20T21:03:57.2666667+00:00

    On-prem changes are handled by the on-prem domain controllers, then the hash is synced to Azure in that scenario

    https://learn.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-password-hash-synchronization

    User's image

    User's image

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. 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

    1 person found this answer helpful.

  2. 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

    1 person found this answer helpful.
    0 comments No comments

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.