Skip to content

Commit bd04d8b

Browse files
committed
Validation fixes
1 parent 373f2a4 commit bd04d8b

File tree

1 file changed

+25
-24
lines changed

1 file changed

+25
-24
lines changed

docs/scenario-guidance/Security.md

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Security
3+
description: Outlines how SharePoint supports security for user access at the website, list, list or library folder, and item levels.
34
ms.date: 02/07/2018
45
ms.localizationpriority: medium
56
---
@@ -19,19 +20,19 @@ _**Applies to:** Office 365 | SharePoint Server_
1920

2021
### Articles
2122

22-
- [Authentication, authorization, and security in SharePoint](https://docs.microsoft.com/sharepoint/dev/general-development/authentication-authorization-and-security-in-sharepoint)
23-
- [Authorization and authentication of SharePoint Add-ins](https://docs.microsoft.com/sharepoint/dev/sp-add-ins/authorization-and-authentication-of-sharepoint-add-ins)
24-
- [Three authorization systems for SharePoint Add-ins](https://docs.microsoft.com/sharepoint/dev/sp-add-ins/three-authorization-systems-for-sharepoint-add-ins)
25-
- [Add-in permissions in SharePoint](https://docs.microsoft.com/sharepoint/dev/sp-add-ins/add-in-permissions-in-sharepoint)
26-
- [Cross-___domain images in SharePoint provider-hosted add-ins](https://docs.microsoft.com/sharepoint/dev/solution-guidance/cross-___domain-images-in-sharepoint-provider-hosted-add-ins)
27-
- [Set external sharing on site collections in Office 365](https://docs.microsoft.com/sharepoint/dev/solution-guidance/set-external-sharing-on-site-collections-in-office-365)
28-
- [Alternative model for web app policies in SharePoint Online](https://docs.microsoft.com/sharepoint/dev/solution-guidance/security-webapppolicies)
29-
- [Add a Security Trim snippet in SharePoint](https://docs.microsoft.com/sharepoint/dev/general-development/how-to-add-a-security-trim-snippet-in-sharepoint)
30-
- [SharePoint Framework (SPFx) enterprise guidance](https://docs.microsoft.com/sharepoint/dev/spfx/enterprise-guidance)
31-
- [Secure data access and client object models for SharePoint Add-ins](https://docs.microsoft.com/sharepoint/dev/sp-add-ins/secure-data-access-and-client-object-models-for-sharepoint-add-ins)
32-
- [Important aspects of the SharePoint Add-in architecture and development landscape](https://docs.microsoft.com/sharepoint/dev/sp-add-ins/important-aspects-of-the-sharepoint-add-in-architecture-and-development-landscap)
33-
- [Authorize provider-hosted add-in users at run time by using OAuth](https://docs.microsoft.com/sharepoint/dev/solution-guidance/authorize-provider-hosted-add-in-users-at-run-time-by-using-oauth)
34-
- [Build mobile apps for other platforms using SharePoint](https://docs.microsoft.com/sharepoint/dev/general-development/build-mobile-apps-for-other-platforms-using-sharepoint)
23+
- [Authentication, authorization, and security in SharePoint](/sharepoint/dev/general-development/authentication-authorization-and-security-in-sharepoint)
24+
- [Authorization and authentication of SharePoint Add-ins](/sharepoint/dev/sp-add-ins/authorization-and-authentication-of-sharepoint-add-ins)
25+
- [Three authorization systems for SharePoint Add-ins](/sharepoint/dev/sp-add-ins/three-authorization-systems-for-sharepoint-add-ins)
26+
- [Add-in permissions in SharePoint](/sharepoint/dev/sp-add-ins/add-in-permissions-in-sharepoint)
27+
- [Cross-___domain images in SharePoint provider-hosted add-ins](/sharepoint/dev/solution-guidance/cross-___domain-images-in-sharepoint-provider-hosted-add-ins)
28+
- [Set external sharing on site collections in Office 365](/sharepoint/dev/solution-guidance/set-external-sharing-on-site-collections-in-office-365)
29+
- [Alternative model for web app policies in SharePoint Online](/sharepoint/dev/solution-guidance/security-webapppolicies)
30+
- [Add a Security Trim snippet in SharePoint](/sharepoint/dev/general-development/how-to-add-a-security-trim-snippet-in-sharepoint)
31+
- [SharePoint Framework (SPFx) enterprise guidance](/sharepoint/dev/spfx/enterprise-guidance)
32+
- [Secure data access and client object models for SharePoint Add-ins](/sharepoint/dev/sp-add-ins/secure-data-access-and-client-object-models-for-sharepoint-add-ins)
33+
- [Important aspects of the SharePoint Add-in architecture and development landscape](/sharepoint/dev/sp-add-ins/important-aspects-of-the-sharepoint-add-in-architecture-and-development-landscap)
34+
- [Authorize provider-hosted add-in users at run time by using OAuth](/sharepoint/dev/solution-guidance/authorize-provider-hosted-add-in-users-at-run-time-by-using-oauth)
35+
- [Build mobile apps for other platforms using SharePoint](/sharepoint/dev/general-development/build-mobile-apps-for-other-platforms-using-sharepoint)
3536
- [Moving Full Trust Code to the Cloud](https://github.com/OfficeDev/TrainingContent/blob/master/SharePoint/AddIns/04%20Moving%20Full%20Trust%20Code%20to%20the%20cloud%20using%20repeatable%20patterns%20and%20best%20practices/Lab.md)
3637
- [A Series of Visual Studio Solutions to Accompany the MSDN Tutorial Series about Provider-hosted Add-ins](https://github.com/OfficeDev/SharePoint_Provider-hosted_Add-ins_Tutorials)
3738

@@ -57,12 +58,12 @@ _**Applies to:** Office 365 | SharePoint Server_
5758

5859
### Articles
5960

60-
- [Add-in authorization policy types in SharePoint](https://docs.microsoft.com/sharepoint/dev/sp-add-ins/add-in-authorization-policy-types-in-sharepoint)
61-
- [Accessing SharePoint using an application context, also known as app-only](https://docs.microsoft.com/sharepoint/dev/solution-guidance/security-apponly)
62-
- [How to provide add-in app only tenant administrative permissions in SharePoint Online](https://docs.microsoft.com/sharepoint/dev/solution-guidance/how-to-provide-add-in-app-only-tenant-administrative-permissions-in-sharepoint-online)
63-
- [App-only and elevated privileges in the SharePoint Add-in model](https://docs.microsoft.com/sharepoint/dev/solution-guidance/app-only-elevated-privileges-sharepoint-add-in)
64-
- [Developing using Tenant permissions with App-Only in SharePoint Online](https://docs.microsoft.com/sharepoint/dev/solution-guidance/development-experience-tenant-apponly-permissions-in-sharepoint-online)
65-
- [Getting Started with azure WebJobs ("timer jobs") for your Office 365 Sites](https://docs.microsoft.com/sharepoint/dev/solution-guidance/getting-started-with-building-azure-webjobs-for-your-office365-sites)
61+
- [Add-in authorization policy types in SharePoint](/sharepoint/dev/sp-add-ins/add-in-authorization-policy-types-in-sharepoint)
62+
- [Accessing SharePoint using an application context, also known as app-only](/sharepoint/dev/solution-guidance/security-apponly)
63+
- [How to provide add-in app only tenant administrative permissions in SharePoint Online](/sharepoint/dev/solution-guidance/how-to-provide-add-in-app-only-tenant-administrative-permissions-in-sharepoint-online)
64+
- [App-only and elevated privileges in the SharePoint Add-in model](/sharepoint/dev/solution-guidance/app-only-elevated-privileges-sharepoint-add-in)
65+
- [Developing using Tenant permissions with App-Only in SharePoint Online](/sharepoint/dev/solution-guidance/development-experience-tenant-apponly-permissions-in-sharepoint-online)
66+
- [Getting Started with azure WebJobs ("timer jobs") for your Office 365 Sites](/sharepoint/dev/solution-guidance/getting-started-with-building-azure-webjobs-for-your-office365-sites)
6667

6768
### Samples
6869

@@ -76,9 +77,9 @@ If your solution allows users to perform actions for which they don't have adequ
7677

7778
### Articles
7879

79-
- [Elevated privileges in SharePoint Add-ins](https://docs.microsoft.com/sharepoint/dev/solution-guidance/elevated-privileges-in-sharepoint-add-ins)
80-
- [Add-in authorization policy types in SharePoint](https://docs.microsoft.com/sharepoint/dev/sp-add-ins/add-in-authorization-policy-types-in-sharepoint#Scenario)
81-
- [App-only and elevated privileges in the SharePoint Add-in model](https://docs.microsoft.com/sharepoint/dev/solution-guidance/app-only-elevated-privileges-sharepoint-add-in)
80+
- [Elevated privileges in SharePoint Add-ins](/sharepoint/dev/solution-guidance/elevated-privileges-in-sharepoint-add-ins)
81+
- [Add-in authorization policy types in SharePoint](/sharepoint/dev/sp-add-ins/add-in-authorization-policy-types-in-sharepoint#Scenario)
82+
- [App-only and elevated privileges in the SharePoint Add-in model](/sharepoint/dev/solution-guidance/app-only-elevated-privileges-sharepoint-add-in)
8283

8384
## Azure AD Authentication/Authorization
8485

@@ -88,7 +89,7 @@ When using SharePoint Online you can define applications in Azure AD and these a
8889

8990
### Articles
9091

91-
- [Accessing SharePoint using an application context, also known as app-only](https://docs.microsoft.com/sharepoint/dev/solution-guidance/security-apponly)
92+
- [Accessing SharePoint using an application context, also known as app-only](/sharepoint/dev/solution-guidance/security-apponly)
9293

9394
### Videos
9495

@@ -107,6 +108,6 @@ When your Office 365 tenant is hosted in an specific environment like the German
107108

108109
### Articles
109110

110-
- [Authorization considerations for tenants hosted in the Germany, China or US Government environments](https://docs.microsoft.com/sharepoint/dev/solution-guidance/extending-sharepoint-online-for-germany-china-usgovernment-environments)
111+
- [Authorization considerations for tenants hosted in the Germany, China or US Government environments](/sharepoint/dev/solution-guidance/extending-sharepoint-online-for-germany-china-usgovernment-environments)
111112
- [Learn about Office 365 Germany](https://support.office.com/article/Learn-about-Office-365-Germany-8a5a4bbc-667a-4cac-8769-d8ac9015db4c)
112113
- [Learn about Office 365 operated by 21Vianet](https://support.office.com/article/Learn-about-Office-365-operated-by-21Vianet-A8AB5061-3346-4DA0-BB7C-5260822B53AE)

0 commit comments

Comments
 (0)