Change subdomain authentication type in Azure Active Directory

Katsuya 41 Reputation points
2021-07-07T08:37:03.187+00:00

[Background]
I’d like to change my sub-domain to root-domain and apply different authentication settings to each domain.
ex) root domain: federated
sub domain: managed

I think this setting (URL:https://learn.microsoft.com/en-us/azure/active-directory/enterprise-users/domains-verify-custom-subdomain) is how to change subdomain to root domain.

[Question]

  1. Does this setting(subdomain -> rootdomain) affect anywhere other than authentication settings? ex) exo, teams, spo, onedrive, etc.
  2. If I find some problems after applying this setting, I’d like to rollback. How can I rollback this setting? (rootdomain -> subdomain)
Microsoft Security Microsoft Entra Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. AmanpreetSingh-MSFT 56,866 Reputation points Moderator
    2021-07-07T12:12:38.867+00:00

    Hi @Katsuya · Thank you for reaching out.

    Yes, below graph call promotes subdomain to root domain:

    POST https://graph.windows.net/{tenant_id}/domains/child.mydomain.com/promote?api-version=1.6

    • Does this setting(subdomain -> root domain) affect anywhere other than authentication settings? ex) exo, teams, spo, onedrive, etc.

    Only promoting subdomain to root domain won't affect anything. Once you change authentication settings, authentication for all users with subdomain in their UPN suffix will be changed everywhere including exo, teams, spo, onedrive as all these apps get authenticated from Azure AD. Apart from authentication settings, nothing will be changed.

    • If I find some problems after applying this setting, I’d like to rollback. How can I rollback this setting? (root domain -> subdomain)

    Once a subdomain is promoted as root domain, you cannot demote it. The only option would be to remove the subdomain and add it back using new-msoldomain -Name aad.cloud365.in -Authentication federated command. Make sure the Authentication type matches with the one configured for the root domain. If you specify different authentication method, you will get Unable to add this domain. It is a subdomain and its authentication type is different from the authentication type of the root domain error.

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

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


0 additional answers

Sort by: Most helpful

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.