Skip to content

Commit 83209cd

Browse files
authored
Merge pull request #9424 from jsoveral/patch-1
Update applicationtemplate-instantiate.md
2 parents 66653ca + a5d1e6f commit 83209cd

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

api-reference/beta/api/applicationtemplate-instantiate.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ Namespace: microsoft.graph
1515

1616
Add an instance of an application from the [Microsoft Entra application gallery](../resources/applicationtemplate.md) into your directory.
1717

18-
The application template with ID `8adf8e6e-67b2-4cf2-a259-e3dc5476c621` can be used to add a [non-gallery app](/azure/active-directory/manage-apps/add-non-gallery-app) that you can configure different single-sign on (SSO) modes like SAML SSO and password-based SSO.
18+
For [non-gallery apps](/entra/identity/enterprise-apps/add-application-portal), use an application template with one of the following IDs to configure different single sign-on (SSO) modes like SAML SSO and password-based SSO.
19+
20+
- Global service: `8adf8e6e-67b2-4cf2-a259-e3dc5476c621`
21+
- US government: `4602d0b4-76bb-404b-bca9-2652e1a39c6d`
22+
- China operated by 21Vianet: `5a532e38-1581-4918-9658-008dc27c1d68`
1923

2024
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
2125

@@ -34,8 +38,6 @@ Choose the permission or permissions marked as least privileged for this API. Us
3438
POST /applicationTemplates/{applicationTemplate-id}/instantiate
3539
```
3640

37-
To instantiate non-gallery apps, use the `8adf8e6e-67b2-4cf2-a259-e3dc5476c621` for the `{applicationTemplate-id}`.
38-
3941
## Request headers
4042

4143
| Name | Description |

api-reference/v1.0/api/applicationtemplate-instantiate.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ Namespace: microsoft.graph
1313

1414
Add an instance of an application from the [Microsoft Entra application gallery](../resources/applicationtemplate.md) into your directory.
1515

16-
The application template with ID `8adf8e6e-67b2-4cf2-a259-e3dc5476c621` can be used to add a [non-gallery app](/azure/active-directory/manage-apps/add-non-gallery-app) that you can configure different single-sign on (SSO) modes like SAML SSO and password-based SSO.
16+
For [non-gallery apps](/entra/identity/enterprise-apps/add-application-portal), use an application template with one of the following IDs to configure different single sign-on (SSO) modes like SAML SSO and password-based SSO.
17+
18+
- Global service: `8adf8e6e-67b2-4cf2-a259-e3dc5476c621`
19+
- US government: `4602d0b4-76bb-404b-bca9-2652e1a39c6d`
20+
- China operated by 21Vianet: `5a532e38-1581-4918-9658-008dc27c1d68`
1721

1822
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
1923

@@ -32,8 +36,6 @@ Choose the permission or permissions marked as least privileged for this API. Us
3236
POST /applicationTemplates/{applicationTemplate-id}/instantiate
3337
```
3438

35-
To instantiate non-gallery apps, use the `8adf8e6e-67b2-4cf2-a259-e3dc5476c621` for the `{applicationTemplate-id}`.
36-
3739
## Request headers
3840

3941
| Name | Description |

0 commit comments

Comments
 (0)