Skip to content

Commit e3771aa

Browse files
authored
Edits.
1 parent 5bcd1a0 commit e3771aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/apis/webhooks/get-started-webhooks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ To complete the step-by-step instructions in this article, download and install
1111
* [Google Chrome Browser](http://google.com/chrome)
1212
* [Postman](https://www.getpostman.com/)
1313
* [Visual Studio Community Edition](https://go.microsoft.com/fwlink/?LinkId=691978&clcid=0x409)
14-
* [ngrok](https://ngrok.com/) - Follow the instructions [here](https://ngrok.com/download) to install ngrok.
15-
* An Office 365 Subscription with SharePoint Online. If you are new to Office 365, you can also [sign up for an Office 365 developer account](http://dev.office.com/devprogram)
14+
* [ngrok](https://ngrok.com/) - See [Download and Installation](https://ngrok.com/download) to install ngrok.
15+
* An Office 365 Subscription with SharePoint Online. If you are new to Office 365, you can also [sign up for an Office 365 developer account](http://dev.office.com/devprogram).
1616

1717
## Step 1: Register a Microsoft Azure Active Directory (AD) application for Postman client
1818
In order for the Postman client to communicate with SharePoint, you will need to register an Azure AD app in your Azure AD tenant associated with your Office 365 tenant.
1919

20-
To access SharePoint online, it's important to grant the Azure AD app permissions to the **Office 365 SharePoint Online** application and select the **read and write items and lists in all site collections** permission.
20+
To access SharePoint Online, it's important to grant the Azure AD app permissions to the **Office 365 SharePoint Online** application and select the **read and write items and lists in all site collections** permission.
2121

22-
> See [Adding an application](https://azure.microsoft.com/en-us/documentation/articles/active-directory-integrating-applications/#adding-an-application) for more information on adding an Azure AD application and granting permissions to applications.
22+
> For more information about adding an Azure AD application and granting permissions to applications, see [Adding an application](https://azure.microsoft.com/en-us/documentation/articles/active-directory-integrating-applications/#adding-an-application).
2323
2424
Enter the following endpoint as the Reply (Redirect) URL for the app. This is the endpoint to which Azure AD will send the authentication response; including the access token if authentication was successful.
2525

0 commit comments

Comments
 (0)