Skip to content

Commit f1b1e26

Browse files
authored
Merge pull request #185070 from rwike77/appiduri
updating custom domain examples
2 parents 0d6135c + f0adf1b commit f1b1e26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

includes/active-directory-identifier-uri-patterns.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: madansr7
33
ms.author: saumadan
4-
ms.date: 10/06/2021
4+
ms.date: 01/13/2022
55
ms.service: active-directory
66
ms.subservice: develop
77
ms.topic: include
@@ -16,9 +16,9 @@ The following API and HTTP scheme-based application ID URI formats are supported
1616
| _api://\<tenantId\>/\<string\>_ | _api://a8573488-ff46-450a-b09a-6eca0c6a02dc/api_ |
1717
| _api://\<string\>/<appId\>_ | _api://productapi/fc4d2d73-d05a-4a9b-85a8-4f2b3a5f38ed_ |
1818
| _https://\<tenantInitialDomain\>.onmicrosoft.com/\<string\>_ | _`https://contoso.onmicrosoft.com/productsapi`_ |
19-
| _https://\<verifiedCustomDomain\>/\<string\>_ | _`https://contoso.onmicrosoft.com/productsapi`_ |
20-
| _https://\<string\>.\<verifiedCustomDomain\>_ | _`https://product.contoso.onmicrosoft.com`_ |
21-
| _https://\<string\>.\<verifiedCustomDomain\>/\<string\>_ | _`https://product.onmicrosoft.com/productsapi`_ |
19+
| _https://\<verifiedCustomDomain\>/\<string\>_ | _`https://contoso.com/productsapi`_ |
20+
| _https://\<string\>.\<verifiedCustomDomain\>_ | _`https://product.contoso.com`_ |
21+
| _https://\<string\>.\<verifiedCustomDomain\>/\<string\>_ | _`https://product.contoso.com/productsapi`_ |
2222

2323

2424
- _\<appId\>_ - The application identifier (appId) property of the application object.

0 commit comments

Comments
 (0)