Skip to content

Commit 01f0fe0

Browse files
committed
Clarify that unpublished partner center offers are unsupported
1 parent fa2e608 commit 01f0fe0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/sp-add-ins/add-ins-and-azure-acs-retirements-faq.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint Add-Ins and Azure ACS retirement FAQ
33
description: Answers frequently asked questions related to the retirements of SharePoint Add-In and Azure ACS in Microsoft 365.
4-
ms.date: 01/02/2024
4+
ms.date: 10/05/2024
55
ms.localizationpriority: high
66
ms.service: sharepoint
77
---
@@ -85,3 +85,7 @@ Azure ACS principals will automatically expire (default lifetime is 2 years) so
8585
For principals that have Site, Web or List permissions **and** Tenant permissions, you'll need to follow both procedures described above.
8686

8787
A good practice is for admins to turn off Azure ACS app-only access for the entire tenant, having first ensured there is no remaining business relevant Azure ACS usage, as mentioned in the [Azure ACS retirement announcement](https://aka.ms/retirement/acs/support). Doing this will automatically prevent any remaining un-expired principals from working.
88+
89+
## Can I rely on unpublished offers in Partner Center for managing a multi-tenant Client ID for customers?
90+
91+
No, offers setup in Partner Center must be published on Microsoft stores before using the client IDs in production.

docs/sp-add-ins/publish-sharepoint-add-ins.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Publish SharePoint Add-ins
33
description: Decide where to publish your SharePoint Add-ins.
4-
ms.date: 03/05/2024
4+
ms.date: 10/05/2024
55
ms.localizationpriority: high
66
ms.service: sharepoint
77
---
@@ -25,6 +25,9 @@ To publish an add-in to AppSource, you must first [open a developer account](/of
2525

2626
When you upload an add-in to AppSource for publication, Microsoft performs a validation check. For example, it checks that the add-in is free of viruses and that the add-in manifest markup is valid and complete, and verifies that any SharePoint solution packages (.wsp files) that you included in the add-in do not contain elements that aren't allowed, or SharePoint features with a scope that is broader than web. The package is also inspected for objectionable content. If the add-in package passes validation, it's wrapped into a file and signed by Microsoft.
2727

28+
> [!Important]
29+
> Add-ins are registered in Partner Center and from there published to AppSource. As part of the Partner Center registration there's also an option to setup a client id and secret for your add-ins. The use of this client id and secret is only supported when the add-in is **also published**. Leaving add-ins as unpublished in partner center, but relying on the created client id is an unsupported scenario.
30+
2831
> [!NOTE]
2932
> Pricing model management is not supported for Office marketplace products. Existing paid products that migrated from Seller Dashboard will need to move to a SaaS model or be made free by July 2020. For details, see [Moving from paid to free add-ins](/office/dev/store/moving-from-paid-to-free-addins). You can monetize your add-in through the Microsoft Commercial Marketplace; for details, see [Monetize your add-in](/office/dev/store/monetize-addins-through-microsoft-commercial-marketplace).
3033

0 commit comments

Comments
 (0)