Cannot connect ADFS 2019 to Azure AD Domain Controller

Joe 26 Reputation points
2020-05-23T19:08:58.95+00:00

I have setup a new Azure AD Domain Services and an Azure VM running ADFS. I now want to connect ADFS to the Azure AD Domain Services.

I run the Active Directory Federation Services Configuration Wizard and the first step is to specify an account with domain administrator permissions to configure ADFS. When I enter an account that is a global administrator and a member of AAD DC Administrators, it gives me the following error:

The credentials provided is not a domain administrator. Provide a credential that is a member of the Domain Admins group and try again.

I cannot find the Domain Admins group in Azure and when I try and this group using the AD Remote Admin tools, it gives me the following error:

You do not have permission to modify the group myadfs.onmicrosoft.com/Users/Domain Admins.

How to I create an account that is part of the Domain Admins group so that I can use it to configure ADFS?

Note that this is a new Azure cloud-only setup with no existing AD services or users.

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,189 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,430 questions
{count} votes

Accepted answer
  1. Jai Verma 461 Reputation points
    2020-05-24T04:01:25.9+00:00

    this will work 100%, for many years, this is how we are setting up our lab

    • A VM in Azure with DC+ ADFS + ADConnect Server installed on the same box
    • You will need one more VM for proxy as exposing an ADFS with DC role is not consider secure not even for a lab scenario
    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Joe 26 Reputation points
    2020-05-23T19:26:57.45+00:00

    Thanks for your response. We don't have an on-premises server, we want an Azure cloud-user only environment.


  2. Matt Cowen 1 Reputation point
    2020-05-24T09:24:52.987+00:00

    @Joe , Azure Ad Domain Services does not support ADFS. See the following for an explanation

    35347627-ability-to-deploy-adfs-with-azure-ad-domain-servic

    You need to create your own domain controllers in Azure. You can use the Azure Quickstart template to do this quickly and easily.

    0 comments No comments

  3. Pierre Audonnet - MSFT 10,166 Reputation points Microsoft Employee
    2020-05-25T17:46:31.38+00:00

    Hi there, a but of a side question... But why would you implement ADFS in this context? Azure AD can play the role of the IDP for SAML/WS-Fed and OAuth/OIDC flow. What is the scenario that make you want install ADFS and connect it to an Azure AD DS domain controller?