Skip to content

Commit 1242d93

Browse files
authored
Merge pull request #178869 from curtand/api1028
[Azure AD enterprise users] remove Azure AD Graph refs
2 parents 66d2258 + bdc4111 commit 1242d93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/active-directory/enterprise-users/domains-verify-custom-subdomain.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: active-directory
1010
ms.subservice: enterprise-users
1111
ms.workload: identity
1212
ms.topic: how-to
13-
ms.date: 10/28/2021
13+
ms.date: 11/05/2021
1414
ms.author: curtand
1515
ms.reviewer: sumitp
1616

@@ -37,7 +37,7 @@ Because subdomains inherit the authentication type of the root domain by default
3737
New-MsolDomain -Name "child.mydomain.com" -Authentication Federated
3838
```
3939

40-
1. Use [Azure AD Graph Explorer](https://graphexplorer.azurewebsites.net) to GET the domain. Because the domain isn't a root domain, it inherits the root domain authentication type. Your command and results might look as follows, using your own tenant ID:
40+
1. Use the following example to GET the domain. Because the domain isn't a root domain, it inherits the root domain authentication type. Your command and results might look as follows, using your own tenant ID:
4141

4242
```http
4343
GET https://graph.windows.net/{tenant_id}/domains?api-version=1.6
@@ -61,7 +61,7 @@ Because subdomains inherit the authentication type of the root domain by default
6161
},
6262
```
6363

64-
### Use Azure AD Graph Explorer API to make this a root domain
64+
### Use Microsoft Graph API to make this a root domain
6565

6666
Use the following command to promote the subdomain:
6767

@@ -77,7 +77,7 @@ POST https://graph.windows.net/{tenant_id}/domains/child.mydomain.com/promote?ap
7777
Set-MsolDomainAuthentication -DomainName child.mydomain.com -Authentication Managed
7878
```
7979

80-
1. Verify via GET in Azure AD Graph Explorer that subdomain authentication type is now managed:
80+
1. Verify via GET in Microsoft Graph API that subdomain authentication type is now managed:
8181

8282
```http
8383
GET https://graph.windows.net/{{tenant_id} }/domains?api-version=1.6

0 commit comments

Comments
 (0)