Skip to content

Commit cf9b8dc

Browse files
authored
Updated security-apponly-azureacs.md
Renamed PnP Sites Core library to PnP Framework library because the former is now archived and not supported, while the latter is the new one. Code samples are already using the new one.
1 parent 5ce1e15 commit cf9b8dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Connect-PnPOnline -Url https://contoso.sharepoint.com/sites/demo -ClientId [Your
5656

5757
[!INCLUDE [pnp-powershell](../../includes/snippets/open-source/pnp-powershell.md)]
5858

59-
## Using this principal in your application using the SharePoint PnP Sites Core library
59+
## Using this principal in your application using the PnP Framework library
6060

6161
In a first step, you add the PnP Framework library nuget package: https://www.nuget.org/packages/PnP.Framework. Once that’s done you can use below code construct:
6262

@@ -70,7 +70,7 @@ using (var cc = new AuthenticationManager().GetACSAppOnlyContext(siteUrl, "[Your
7070
};
7171
```
7272

73-
## Using this principal in your application without using the PnP Sites Core library
73+
## Using this principal in your application without using the PnP Framework library
7474

7575
Once the principal is created and consented you can use the principal's id and secret to request an access. The TokenHelper.cs class will grab the id and secret from the application's configuration file.
7676

0 commit comments

Comments
 (0)