Skip to content

Commit 80d4868

Browse files
authored
Merge pull request #252671 from v-hgampala/gallery-listing
Product Backlog Item 2700494: SaaS App Tutorial: Gallery listing Update
2 parents 17e0a13 + 071fca9 commit 80d4868

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed
4.85 KB
Loading
50.3 KB
Loading
67.5 KB
Loading

articles/active-directory/manage-apps/v2-howto-app-gallery-listing.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: app-mgmt
99
ms.topic: how-to
1010
ms.workload: identity
11-
ms.date: 07/18/2023
11+
ms.date: 09/22/2023
1212
ms.author: jomondi
1313
ms.reviewer: ergreenl
1414
ms.custom: kr2b-contr-experiment, contperf-fy22q4, enterprise-apps-article
@@ -29,10 +29,10 @@ To publish your application in the Microsoft Entra application gallery, you need
2929
To publish your application in the gallery, you must first read and agree to specific [terms and conditions](https://azure.microsoft.com/support/legal/active-directory-app-gallery-terms/).
3030
- Implement support for *single sign-on* (SSO). To learn more about supported options, see [Plan a single sign-on deployment](plan-sso-deployment.md).
3131
- For password SSO, make sure that your application supports form authentication so that password vaulting can be used.
32-
- For federated applications (OpenID and SAML/WS-Fed), the application must support the [software-as-a-service (SaaS) model](https://azure.microsoft.com/overview/what-is-saas/). Enterprise gallery applications must support multiple user configurations and not any specific user.
33-
- For federated applications (OpenID and SAML/WS-Fed), the application can be single **or** multitenanted
34-
- For OpenID Connect, if the application is multitenanted the [Microsoft Entra consent framework](../develop/application-consent-experience.md) must be correctly implemented.
35-
- Provisioning is optional yet highly recommended. To learn more about Microsoft Entra SCIM, see [build a SCIM endpoint and configure user provisioning with Microsoft Entra ID](../app-provisioning/use-scim-to-provision-users-and-groups.md).
32+
- For federated applications (SAML/WS-Fed), the application should preferably support [software-as-a-service (SaaS) model](https://azure.microsoft.com/overview/what-is-saas/) but it is not mandatory and it can be an on-premises application as well. Enterprise gallery applications must support multiple user configurations and not any specific user.
33+
34+
- For OpenID Connect, the application should be multitenant and [Microsoft Entra ID consent framework](../develop/application-consent-experience.md) must be correctly implemented. Refer to [this](../develop/howto-convert-app-to-be-multi-tenant.md) link to convert the application into multitenant.
35+
- Provisioning is optional yet highly recommended. To learn more about Microsoft Entra SCIM, see [build a SCIM endpoint and configure user provisioning with Azure AD](../app-provisioning/use-scim-to-provision-users-and-groups.md).
3636

3737
You can sign up for a free, test Development account. It's free for 90 days and you get all of the premium Microsoft Entra features with it. You can also extend the account if you use it for development work: [Join the Microsoft 365 Developer Program](/office/developer-program/microsoft-365-developer-program).
3838

@@ -61,7 +61,9 @@ Create documentation that includes the following information at minimum:
6161

6262
### App documentation on the Microsoft site
6363

64-
When your application is added to the gallery, documentation is created that explains the step-by-step process. For an example, see [Tutorials for integrating SaaS applications with Microsoft Entra ID](../saas-apps/tutorial-list.md). This documentation is created based on your submission to the gallery. You can easily update the documentation if you make changes to your application by using your GitHub account.
64+
When your SAML application is added to the gallery, documentation is created that explains the step-by-step process. For an example, see [Tutorials for integrating SaaS applications with Microsoft Entra ID](../saas-apps/tutorial-list.md). This documentation is created based on your submission to the gallery. You can easily update the documentation if you make changes to your application by using your GitHub account.
65+
66+
For OIDC application, there is no application specific documentation, we have only the generic [tutorial](../develop/v2-protocols-oidc.md) for all the OpenID Connect applications.
6567

6668
## Submit your application
6769

@@ -84,13 +86,13 @@ You can track application requests by customer name at the Microsoft Application
8486

8587
### Timelines
8688

87-
Listing an **SAML 2.0 or WS-Fed application** in the gallery takes 7 to 10 business days.
89+
Listing an **SAML 2.0 or WS-Fed application** in the gallery takes 12 to 15 business days.
8890

8991
:::image type="content" source="./media/howto-app-gallery-listing/timeline.png" alt-text="Screenshot that shows the timeline for listing a SAML application.":::
9092

91-
Listing an **OpenID Connect application** in the gallery takes 2 to 5 business days.
93+
Listing an **OpenID Connect application** in the gallery takes 7 to 10 business days.
9294

93-
:::image type="content" source="./media/howto-app-gallery-listing/timeline2.png" alt-text="Screenshot that shows the timeline for listing an OpenID Connect application.":::
95+
:::image type="content" source="./media/howto-app-gallery-listing/timeline-2.png" alt-text="Screenshot that shows the timeline for listing an OpenID Connect application.":::
9496

9597
Listing an **SCIM provisioning application** in the gallery varies, depending on numerous factors.
9698

0 commit comments

Comments
 (0)