Skip to content

Commit 9c3b9c1

Browse files
committed
update steps for developing addin
1 parent 2b32cdb commit 9c3b9c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/sp-add-ins/get-started-creating-provider-hosted-sharepoint-add-ins.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,13 @@ Select the **Build Add-ins** link in the upper-left corner of the page to open y
9494

9595
Much of the configuration is done when the solution opens. Two projects are created in the Visual Studio solution: one for the SharePoint Add-in and the other for the ASP.NET web application.
9696

97+
<a name="RegisterAndApplyACSApp"> </a>
98+
## Register and apply ACS app
99+
1. Register app, see [To register by using AppRegNew.aspx](register-sharepoint-add-ins.md#to-register-by-using-appregnewaspx)
100+
2. Open the addin project, right click the AppManifest.xml file, and click `View Code` to see the file.
101+
3. Update the `ClientId` field to the one generated in step1.
102+
4. Open the Web.config file, replace the `ClientId` and `ClientSecret` fields to the one generated from step1.
103+
97104
<a name="Code"> </a>
98105
## Code your add-in
99106

0 commit comments

Comments
 (0)