Skip to content

Commit 5d71353

Browse files
committed
Updating add-in transformation docs to TOC
1 parent 9608f7b commit 5d71353

File tree

2 files changed

+41
-4
lines changed

2 files changed

+41
-4
lines changed

docs/sp-add-ins-modernize/sp-add-in-modernize.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,17 @@ Microsoft is looking into officially deprecating SharePoint add-in model by end
1515
> [!IMPORTANT]
1616
> Deprecation means official statement that the feature is no longer being invested, but it's stil supported. End-of-life means that the feature will be discontinued and is no longer available for use.
1717
18+
> [!NOTE]
19+
> This upcoming deprecation announcement will impact SharePoint Online. There are no changes on the add-in model supportability within the SharePoint on-premises versions.
20+
1821
These upcoming changes are impacting SharePoint add-in model and also authentication patterns using the classic [SharePoint Online hosted Microsoft Azure Access Control Service](https://learn.microsoft.com/sharepoint/dev/sp-add-ins/authorization-code-oauth-flow-for-sharepoint-add-ins) (ACS) authentication patterns, used with the provided hosted add-ins and potentially with other unattended services connecting to SharePoint Online.
1922

2023
## Transformation technologies
2124

2225
Here's a high level table of the feature mapping as the add-in model implementation is transformed to use other long term supported features:
2326

24-
| Classic technology | New technology
25-
|-------------------- |----------------
27+
| Classic technology | New technology
28+
|-------------------- |----------------
2629
| SharePoint add-in | SharePoint Framework
2730
| Provider hosted add-in | Azure AD registered apps
2831
| App registration using ACS | Azure AD registered apps
@@ -33,8 +36,6 @@ Here's a high level table of the feature mapping as the add-in model implementat
3336

3437
Here's a list of all articles for the transformation guidance when moving away on using SharePoint add-in model, grouped based on the covered topic:
3538

36-
* Modern Provisioning
37-
* [Modern provisioning of artifacts and Information Architecture](./Modern-Provisioning.md)
3839
* Modern Authentication and Authorization
3940
* [Understanding Azure Active Directory and OAuth 2.0 in the context of SharePoint Online modern development](./Understanding-AAD-and-OAuth-for-SPO-modern.md)
4041
* [From Access Control Service applications to Azure Active Directory applications](./From-ACS-to-AAD-apps.md)
@@ -54,5 +55,7 @@ Here's a list of all articles for the transformation guidance when moving away o
5455
* [From provider-hosted apps to AAD applications](./From-Provider-Hosted-to-AAD-applications.md)
5556
* [From SharePoint Add-in model Workflow Apps to Microsoft Power Automate](./From-Workflow-Apps-to-Power-Automate.md)
5657
* [Publishing modern SharePoint applications on Microsoft AppSource](./Publishing-modern-SharePoint-apps-on-AppSource.md)
58+
* Modern Provisioning
59+
* [Modern provisioning of artifacts and Information Architecture](./Modern-Provisioning.md)
5760

5861
If some essential guidance isn't included, open an issue at the [SharePoint developer documentation](https://aka.ms/spdev-issues) and we'll help you as fast as possible with your specific question.

docs/toc.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,40 @@
866866
items:
867867
- name: Overview
868868
href: sp-add-ins-modernize/sp-add-in-modernize.md
869+
- name: Authentication considerations
870+
href: sp-add-ins-modernize/understanding-aad-and-oauth-for-spo-modern.md
871+
- name: Tranform from ACS to Azure AD apps
872+
href: sp-add-ins-modernize/from-acs-to-aad-apps.md
873+
- name: Multi-tenant applications for SharePoint Online
874+
href: sp-add-ins-modernize/multi-tenant-applications.md
875+
- name: Understanding Resource Specific Consent (RSC)
876+
href: sp-add-ins-modernize/understanding-rsc-for-msgraph-and-sharepoint-online.md
877+
- name: Transform from app parts to SPFx web part
878+
href: sp-add-ins-modernize/from-app-parts-to-modern-web-parts.md
879+
- name: Transform from UI Extensions to SPFx List View Command Set
880+
href: sp-add-ins-modernize/from-ui-extensions-to-listview-command-sets.md
881+
- name: Transform from notifications to SPFx Application Customizers
882+
href: sp-add-ins-modernize/from-notifications-to-application-customizers.md
883+
- name: Transform from classic dialogs to SPFx dialogs
884+
href: sp-add-ins-modernize/from-classic-dialogs-to-modern-dialogs.md
885+
- name: Transform from JSOM
886+
href: sp-add-ins-modernize/from-jsom-to-client-side.md
887+
- name: Transform from CSOM
888+
href: sp-add-ins-modernize/from-csom-to-pnp-libraries.md
889+
- name: Transform from XSLT rendering to List Formatting
890+
href: sp-add-ins-modernize/from-xslt-to-list-formatting.md
891+
- name: Transform from remote event receivers to web hooks
892+
href: sp-add-ins-modernize/from-remote-event-receivers-to-webhooks.md
893+
- name: Transform from SharePoint hosted add-ins
894+
href: sp-add-ins-modernize/from-sharepoint-hosted-to-client-side.md
895+
- name: Transform from provider hosted add-ins to Azure AD apps
896+
href: sp-add-ins-modernize/from-provider-hosted-to-aad-applications.md
897+
- name: Transform from add-in workflow apps to Microsoft Power Automate
898+
href: sp-add-ins-modernize/from-workflow-apps-to-power-automate.md
899+
- name: Publishing SharePoint Framework solutions to Microsoft AppSource
900+
href: sp-add-ins-modernize/publishing-modern-sharepoint-apps-on-appsource.md
901+
- name: Modern provisioning of artifacts and information architecture
902+
href: sp-add-ins-modernize/modern-provisioning.md
869903
- name: Archive
870904
items:
871905
- name: Overview

0 commit comments

Comments
 (0)