Skip to content

Commit 8b7206f

Browse files
Merge pull request SharePoint#6963 from AriGunawan/patch-5
Update using-csom-for-dotnet-standard.md
2 parents 0777187 + 0f1d89b commit 8b7206f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sp-add-ins/using-csom-for-dotnet-standard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Using CSOM for .NET Standard instead of CSOM for .NET Framework
33
description: Explains the differences between using CSOM for .NET Standard versus CSOM for .NET Framework
4-
ms.date: 12/21/2020
4+
ms.date: 05/07/2021
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -48,7 +48,7 @@ Below steps will help you create and configure an application in Azure Active Di
4848
- Go to **API permissions** to grant permissions to your application, select **Add a permission**, choose **SharePoint**, **Delegated permissions** and select for example **AllSites.Manage**
4949
- Select **Grant admin consent** to consent the application's requested permissions
5050
- Select **Authentication** in the left navigation
51-
- Change **Default client type - Treat application as public client** from No to **Yes**
51+
- Change **Allow public client flows** from No to **Yes**
5252
- Select **Overview** and copy the application ID to the clipboard (you'll need it later on)
5353

5454
### Getting an access token from Azure AD and using that in your CSOM for .NET Standard-based application

0 commit comments

Comments
 (0)