Apr 27 2021 01:37 PM
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.
Apr 27 2021 02:25 PM
Apr 28 2021 10:34 AM
SolutionJust to add to what @Seshadrr said already:
Apr 30 2021 11:13 AM - edited Apr 30 2021 11:22 AM
Hi
I'm assuming that you're talking about Azure AD and not Azure ADDS which is a managed domain services and cannot by design handle local identites . Currently your users have "local identities" so to be able to leverage Azure AD with the same identity you need to convert those objects to "hybrid identities"
How ?
You need to download Azure AD connect and configure it to sync your users
https://docs.microsoft.com/en-us/azure/active-directory/hybrid/whatis-azure-ad-connect
You may alo need to look at Azure AD connect cloud sync which is the new offering .
You can use the below link to know more about this tool and see the comparison between the two.
https://docs.microsoft.com/en-us/azure/active-directory/cloud-sync/what-is-cloud-sync
You can find bunch of informations about best practices for the install like below
https://thesysadminchannel.com/azure-ad-connect-best-practices-installation-guide/
Once the directory synchronisation and in place your users can leverage their user principal names to connect Microsoft Online Services with the same password . Also You can configure Single Sign On .
Apr 28 2021 10:34 AM
SolutionJust to add to what @Seshadrr said already: