Can not create new users in Azure AD using my custom domain.

SScott 6 Reputation points
2020-10-23T01:04:37.82+00:00

Can not create new users in Azure AD using my custom domain. The domain is not an option when creating the user. on the onmicrosoft.com domain is appearing in the drop down. When checking the properties of the custom domain it says the domain was verified. But for some reason it is appearing as federated. However we are only using Azure AD and DO NOT have an on Prem Active Directory. How can I remove the federated status from the custom domain.

It will no allow me to delete the custom domain and start over because one user does have the custom domain in the username. That user is the Global Admin. Not sure how that one user was able to be created using the custom domain but new users now are not able to be created.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,310 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 56,556 Reputation points
    2020-10-23T04:33:48.75+00:00

    @SScott · Welcome to QnA platform and thanks for your query.

    You can use below PowerShell cmdlet to convert the domain from federated to manage in Azure AD. This command doesn't make any changes in federated IDP and only changes the federation settings in Azure AD.

    Set-MsolDomainAuthentication -DomainName your_domain.com –Authentication Managed

    -----------------------------------------------------------------------------------------------------------

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


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.