Forum Discussion

Sandro Alves's avatar
Sandro Alves
Copper Contributor
Apr 27, 2021

Authenticating onpremise users in Azure ADDS

Hi,   we want onpremises users to authenticate to Azure ADDS with their onpremises domain credentials to maintain the default password and GPO.   It is possible?   Thanks.
  • pazdedav's avatar
    pazdedav
    Apr 28, 2021

    Just to add to what Seshadrr said already:

    • objects (users and groups) in AAD DS directory have different SIDs (it's a different domain/forest than the on-premises one), but the original SIDs (source objects) are saved to SIDHistory
    • users will be using different UPN suffix (the one you choose when you enable AAD DS in your environment), but the prefix will be the same as in the original ADDS domain.
    • passwords: the idea with AADDS is to be able to use the same credentials, but it requires Password-Hash-Sync enabled in AAD Connect configuration as described here.
    • OU structure and GPOs are not replicated to AADDS, but you can still create custom OUs and GPOs in the managed AADDS directory. You just need to export/import or re-create them manually

Resources