<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content

Office 365 - Manage Verified Domains Does Not Display Subdomain

Single Sign-On
Okta Integration Network
Okta Classic Engine
Okta Identity Engine

Overview

When configuring Automatic WS-Federation, the Manage Verified Domains option displays a list of Office 365 domains available for federation. However, subdomains may not appear in the list due to specific configuration requirements. This article walks through the process of ensuring the desired subdomain is included in the "Manage Verified Domains" list and explains why it may be absent.

Applies To

  • O365
  • Subdomains
  • Single Sign-On (SSO)

Cause

Verified domains are retrieved from the Microsoft tenant, but only root domains are included. Subdomains that are not root domains are excluded.

Solution

The prerequisite for a domain to appear in the "Fetch and Select" list is:

  •  "isRoot": true and "isVerified": true.

 

Use Microsoft Graph Explorer to promote the subdomain to Root:

  1. To confirm whether the subdomain is set to Root, use Graph Explorer (Use Graph Explorer to try Microsoft Graph APIs) to run the following command: 
GET https://graph.microsoft.com/v1.0/domains/[REPLACE WITH SUBDOMAIN]

Graph Explorer running a command

 

  1. By default, the subdomain will be set to "isRoot": false.  To promote the subdomain to Root, run the following command in Graph Explorer:
POST https://graph.microsoft.com/v1.0/domains/[REPLACE WITH SUBDOMAIN/promote 

Command to run in  Graph Explorer

 


NOTE: Okta is not responsible for the content of third-party vendor documentation. Please contact Microsoft if there are any queries or concerns about these instructions.


Related References

Loading
Okta Support - Office 365 - Manage Verified Domains Does Not Display Subdomain