Skip to content

Commit 00f2128

Browse files
authored
Update create-provider-hosted-sharepoint-add-ins-to-access-sap-data-by-using-the-sap-ga.md
------- cc: @VesaJuvonen
1 parent 47a7d6e commit 00f2128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sp-add-ins/create-provider-hosted-sharepoint-add-ins-to-access-sap-data-by-using-the-sap-ga.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ For a similar description and a diagram of the flow for accessing SharePoint, se
6060
1. There are two projects in the Visual Studio solution: the SharePoint Add-in proper project and an ASP.NET web forms project. Add the **Microsoft Authentication Library** (MSAL) package to the ASP.NET project with these steps:
6161

6262
1. Right-click the **References** folder in the ASP.NET project (named **SAP2SharePointWeb** in the continuing example), and select **Manage NuGet Packages**.
63-
1. In the dialog that opens, select **Online** on the left. Enter **Microsoft.IdentityModel.Clients.ActiveDirectory** in the search box.
63+
1. In the dialog that opens, select **Online** on the left. Enter **Microsoft.Identity.Client** in the search box.
6464
1. When the MSAL library appears in the search results, select the **Install** button, and accept the license when prompted.
6565

6666
1. Add the Json.net package to the ASP.NET project with these steps:

0 commit comments

Comments
 (0)