Skip to content

Commit 718b46a

Browse files
Merge pull request #208776 from rwike77/identifieruri
slash character
2 parents 29c3730 + 8a750f4 commit 718b46a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: madansr7
33
ms.author: saumadan
4-
ms.date: 04/05/2022
4+
ms.date: 08/22/2022
55
ms.service: active-directory
66
ms.subservice: develop
77
ms.topic: include
@@ -30,3 +30,6 @@ The following API and HTTP scheme-based application ID URI formats are supported
3030
> [!NOTE]
3131
> If you use the _api://_ scheme, you add a string value directly after the "api://". For example, _api://\<string\>_. That string value can be a GUID or an arbitrary string. If you add a GUID value, it must match either the app ID or the tenant ID. The application ID URI value must be unique for your tenant.
3232
> If you add _api://\<tenantId\>_ as the application ID URI, no one else will be able to use that URI in any other app. The recommendation is to use _api://\<appId\>_, instead, or the HTTP scheme.
33+
34+
> [!IMPORTANT]
35+
> The application ID URI value must not end with a slash "/" character.

0 commit comments

Comments
 (0)