Skip to content

Commit 46917aa

Browse files
committed
Fixed link warnings
1 parent b3f990c commit 46917aa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/sp-add-ins/retirement-announcement-for-add-ins.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ To learn more about how to migrate SharePoint Add-Ins to alternative solutions c
2424

2525
SharePoint Add-Ins come in two flavors: SharePoint hosted Add-Ins and provider hosted Add-Ins, both of which are effected by this retirement.
2626

27-
[SharePoint hosted Add-Ins primarily bring UX elements](https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/sharepoint-add-ins#sharepoint-hosted-sharepoint-add-ins) to the site the Add-In was installed into and the app web that was created for the Add-In. A common use case is showing SharePoint Add-In web parts on pages of the host web, using [SharePoint Framework](https://aka.ms/spfx) based web parts is the recommended alternative here. These applications use JavaScript for writing business logic using the logged in user context to authenticate.
27+
[SharePoint hosted Add-Ins primarily bring UX elements](sharepoint-add-ins.md#sharepoint-hosted-sharepoint-add-ins) to the site the Add-In was installed into and the app web that was created for the Add-In. A common use case is showing SharePoint Add-In web parts on pages of the host web, using [SharePoint Framework](https://aka.ms/spfx) based web parts is the recommended alternative here. These applications use JavaScript for writing business logic using the logged in user context to authenticate.
2828

29-
[Provider hosted SharePoint Add-Ins](https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/sharepoint-add-ins#provider-hosted-sharepoint-add-ins) run outside of SharePoint and typically have their own UX. They use Azure ACS (Access Control Services) as auth layer to enable calling back into the host web where the SharePoint Add-In was installed. SharePoint provider hosted Add-Ins can be rewritten in various ways as software as a service application hosted externally (e.g. Microsoft Azure) and optionally also offered as Teams application. The auth model for these will be based on Microsoft Entra ID. If there are requirements to integrate in the SharePoint UX then [SharePoint Framework](https://aka.ms/spfx) can be used as calling into external application APIs can be done from SharePoint Framework solutions.
29+
[Provider hosted SharePoint Add-Ins](sharepoint-add-ins.md#provider-hosted-sharepoint-add-ins) run outside of SharePoint and typically have their own UX. They use Azure ACS (Access Control Services) as auth layer to enable calling back into the host web where the SharePoint Add-In was installed. SharePoint provider hosted Add-Ins can be rewritten in various ways as software as a service application hosted externally (e.g. Microsoft Azure) and optionally also offered as Teams application. The auth model for these will be based on Microsoft Entra ID. If there are requirements to integrate in the SharePoint UX then [SharePoint Framework](https://aka.ms/spfx) can be used as calling into external application APIs can be done from SharePoint Framework solutions.
3030

3131
### SharePoint Server support for SharePoint Add-Ins
3232

@@ -50,7 +50,7 @@ Using the [SharePoint Add-In Report](https://aka.ms/assessment/addinsacsreport)
5050

5151
### Migrate business relevant SharePoint Add-Ins by using newer SharePoint development models
5252

53-
SharePoint hosted Add-Ins can be replaced by [SharePoint Framework](https://aka.ms/spfx) web parts, for the provider hosted Add-Ins any software as a service application platform (e.g. Microsoft Azure) in combination with [Microsoft Entra ID](https://learn.microsoft.com/en-us/azure/active-directory/develop/) for auth can be used as alternative development model.
53+
SharePoint hosted Add-Ins can be replaced by [SharePoint Framework](https://aka.ms/spfx) web parts, for the provider hosted Add-Ins any software as a service application platform (e.g. Microsoft Azure) in combination with [Microsoft Entra ID](https://learn.microsoft.com/azure/active-directory/develop/) for auth can be used as alternative development model.
5454

5555
To learn more about how to migrate SharePoint Add-Ins to alternative solutions check out these [articles](https://aka.ms/retirement/addins/guidance) and accompanying [videos](https://aka.ms/sp/add-in/modernize/videos).
5656

docs/sp-add-ins/retirement-announcement-for-azure-acs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: sharepoint
88

99
# Azure ACS retirement in Microsoft 365
1010

11-
Microsoft strives to deliver utmost value to our customers through modern, optimized, secure solutions in this newly evolved world focused on digital transformation. As part of this evolution of Microsoft 365 solutions we will be retiring the use of Azure ACS (Access Control Services) for SharePoint Online auth needs and believe Microsoft 365 customers will be better served by modern auth offered via [Microsoft Entra ID](https://learn.microsoft.com/en-us/azure/active-directory/develop/).
11+
Microsoft strives to deliver utmost value to our customers through modern, optimized, secure solutions in this newly evolved world focused on digital transformation. As part of this evolution of Microsoft 365 solutions we will be retiring the use of Azure ACS (Access Control Services) for SharePoint Online auth needs and believe Microsoft 365 customers will be better served by modern auth offered via [Microsoft Entra ID](https://learn.microsoft.com/azure/active-directory/develop/).
1212

1313
Azure ACS will stop working for new tenants as of November 1st, 2024 and it will stop working for existing tenants and will be fully retired as of April 2nd, 2026. This applies to all environments including Government Clouds and Department of Defense.
1414

@@ -22,7 +22,7 @@ To learn more about how to migrate Azure ACS usage for SharePoint Online and how
2222

2323
Azure ACS is used in SharePoint Online for providing auth for provider hosted SharePoint Add-Ins plus it’s used to grant applications access to SharePoint Online, optionally using application permissions and granular scopes.
2424

25-
To learn more about the provider hosted Add-In use case please check out the respective retirement articles, granting applications access to SharePoint Online will need to be transitioned to [Microsoft Entra ID](https://learn.microsoft.com/en-us/azure/active-directory/develop/).
25+
To learn more about the provider hosted Add-In use case please check out the respective retirement articles, granting applications access to SharePoint Online will need to be transitioned to [Microsoft Entra ID](https://learn.microsoft.com/azure/active-directory/develop/).
2626

2727
### Azure ACS usage by SharePoint Server
2828

0 commit comments

Comments
 (0)