This commit is contained in:
Ben Alfasi 2019-03-12 16:36:11 +02:00
parent ce1a86d88b
commit ac946cd0e4
2 changed files with 16 additions and 0 deletions

View File

@ -32,6 +32,22 @@ It only takes 5 minutes done in two steps:
### Do I need a permission to connect?
For the App registration stage, you must have a Global administrator role in your Azure Active Directory (Azure AD) tenant.
### Step 1 - Create an App in Azure Active Directory
1. Log on to [Azure](https://portal.azure.com) With your Global administrator user.
2. Navigate to **Azure Active Directory** > **App registrations** > **New application registration**.
![Image of Microsoft Azure and navigation to application registration](images/atp-azure-new-app.png)
3. In the Create window, enter the following information then click **Create**.
- **Name:** Choose your own name.
- **Application type:** Web app / API
- **Redirect URI:** `https://127.0.0.1`
![Image of Create application window](images/webapp-create.png)
## Related topic
- [Windows Defender ATP APIs](exposed-apis-list.md)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB