Skip to content

Commit 97bc173

Browse files
authored
Update development-experience-tenant-apponly-permissions-in-sharepoint-online.md
1 parent 7853a41 commit 97bc173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/solution-guidance/development-experience-tenant-apponly-permissions-in-sharepoint-online.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The reason why you can't click **trust it** is because Visual Studio is working
2222

2323
### Step 1: Create a new service principal
2424

25-
Navigate to a site collection in your tenant and generate a new client ID and Secret. (for example, https://contoso.sharepoint.com/_layouts/15/appregnew.aspx). In this page click **Generate** for both the **Client ID**, **Client Secret** Fields and supply the remaining fields. While you're developing the add-in, ensure you use localhost.com including the port as the App Domain. You should have something similar as below.
25+
Navigate to a site collection in your tenant and generate a new client ID and Secret. (for example, https://contoso.sharepoint.com/_layouts/15/appregnew.aspx). In this page click **Generate** for both the **Client ID**, **Client Secret** Fields and supply the remaining fields. While you're developing the add-in, ensure you use localhost including the port as the App Domain. You should have something similar as below.
2626

2727
![Create a new service principal in on the AppRegNew page](media/development-experience-tenant-apponly-permissions-in-spo-02.png)
2828

@@ -50,7 +50,7 @@ Supply the **Client ID** and **Client Secret** created in Step 1.
5050

5151
![Set the client ID and secret in the add-in's identity dialog in Visual Studio](media/development-experience-tenant-apponly-permissions-in-spo-06.png)
5252

53-
Since you want to debug the add-in, ensure that you supply https://localhost.com including the port as shown below.
53+
Since you want to debug the add-in, ensure that you supply https://localhost including the port as shown below.
5454

5555
![Set the ___location to https://localhost for debugging](media/development-experience-tenant-apponly-permissions-in-spo-07.png)
5656

0 commit comments

Comments
 (0)