dev singh
dev singh

Reputation: 1

Can deployment be done for mass on azure AD

If we do on-premise AD sync with azure active directory using Azure connect DirSync and do not select password synchronization then

Upvotes: 0

Views: 72

Answers (1)

Gopi Kolla
Gopi Kolla

Reputation: 974

You can select to synchronize specific users based on OU or Attribute based. https://learn.microsoft.com/en-us/azure/active-directory/connect/active-directory-aadconnectsync-configure-filtering#organizational-unitbased-filtering

https://learn.microsoft.com/en-us/azure/active-directory/connect/active-directory-aadconnectsync-configure-filtering#attribute-based-filtering

You will not need to change the credentials, in case if you opt not to sync password hashes between your on-prem AD to AAD you can either enable federation through AD FS or pass through authentication where once credentials are entered the request comes on-prem and gets authenticated with same credentials already stored/used.

https://learn.microsoft.com/en-us/azure/active-directory/connect/active-directory-aadconnect-azure-adfs

https://learn.microsoft.com/en-us/azure/active-directory/connect/active-directory-aadconnect-pass-through-authentication

Upvotes: 1

Related Questions