Skip to content

Commit e4ab342

Browse files
committed
Add metadata to solution guidance articles
1 parent 75014c3 commit e4ab342

File tree

4 files changed

+44
-0
lines changed

4 files changed

+44
-0
lines changed

docs/solution-guidance/security-apponly-azureacs.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
---
2+
title: Granting access using SharePoint App-Only
3+
description: Granting access using SharePoint App-Only
4+
ms.date: 12/12/2018
5+
ms.prod: sharepoint
6+
author: vesajuvonen
7+
ms.author: vesaj
8+
ms.topic: sharepoint
9+
localization_priority: normal
10+
---
11+
112
# Granting access using SharePoint App-Only
213
SharePoint App-Only is the older, but still very relevant, model of setting up app-principals. This model works for both SharePoint Online and SharePoint 2013/2016 on-premises and is ideal to prepare your applications for migration from SharePoint on-premises to SharePoint Online. Below steps show how to setup an app principal with tenant full control permissions, but obviously you could also grant just read permissions using this approach.
314

docs/solution-guidance/security-apponly-azuread.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
---
2+
title: Granting access via Azure AD App-Only
3+
description: Granting access via Azure AD App-Only
4+
ms.date: 12/12/2018
5+
ms.prod: sharepoint
6+
author: vesajuvonen
7+
ms.author: vesaj
8+
ms.topic: sharepoint
9+
localization_priority: normal
10+
---
11+
112
# Granting access via Azure AD App-Only
213

314
When using SharePoint Online you can define applications in Azure AD and these applications can be granted permissions to SharePoint, but also to all the other services in Office 365. This model is the preferred model in case you’re using SharePoint Online, if you’re using SharePoint on-premises you have to use the SharePoint Only model via based Azure ACS as described in [here](security-apponly-azureacs.md).

docs/solution-guidance/security-apponly.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
---
2+
title: Accessing SharePoint using an application context, also known as app-only
3+
description: Accessing SharePoint using an application context, also known as app-only
4+
ms.date: 12/12/2018
5+
ms.prod: sharepoint
6+
author: vesajuvonen
7+
ms.author: vesaj
8+
ms.topic: sharepoint
9+
localization_priority: normal
10+
---
11+
112
# Accessing SharePoint using an application context, also known as app-only
213

314
There are two approaches for doing app-only for SharePoint:

docs/solution-guidance/security-webapppolicies.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
---
2+
title: Alternative model for web app policies in SharePoint Online
3+
description: Alternative model for web app policies in SharePoint Online
4+
ms.date: 12/12/2018
5+
ms.prod: sharepoint
6+
author: vesajuvonen
7+
ms.author: vesaj
8+
ms.topic: sharepoint
9+
localization_priority: normal
10+
---
11+
112
# Alternative model for web app policies in SharePoint Online
213

314
Web app policies are a concept that allows SharePoint administrators to either grant or deny permissions to users and groups for all sites under a web application. These permission grants and denies take preference over the permissions set at the sites in the web application and therefore are a mechanism typically used in scenarios like these:

0 commit comments

Comments
 (0)