Trust Onprem AD to Azure AD

Leonardo Iacoviello 1 Reputation point
2022-10-03T20:38:41.067+00:00

Hi all,
I've this scenario: one Onprem domain configured and one Azure AD with a development environment.
Now all developers use Azure Users to logon into VM joined to Azure domain.
My need is to permit developers to logon into Azure vm with onprem AD credentials.
Is there a way to make a trust between Onprem domain to Azure AD?
What is the best approach to accomplish this?
Thanks in advance.
Thomas Jr

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,629 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Andreas Baumgarten 104K Reputation points MVP
    2022-10-03T21:25:07.207+00:00

    Hi @Leonardo Iacoviello ,

    Azure AD Connect should be helpful to get your requirement done: https://learn.microsoft.com/en-us/azure/active-directory/hybrid/whatis-azure-ad-connect

    With Azure AD Connect your on-premises user accounts can be synced to Azure AD. This way it should be possible to login with an on-premises user account on an Azure AD joined VM.

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten


  2. Sandeep G-MSFT 16,696 Reputation points Microsoft Employee
    2022-10-04T10:04:52.853+00:00

    @Leonardo Iacoviello

    First you need to make sure that users are synced from on-premises to Azure AD.
    You will have to spin up a new VM in Azure and promote it as a domain controller. Post this you need to establish a connection between on-premises domain and domain controller in Azure.

    Make the VM that is used by developers as part of domain in Azure AD. Now, users can use there on-premises credentials to login to VM.

    Let me know if this helped in resolving the issue.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments