Merge pull request #8582 from joinimran/patch-106

minor modification
This commit is contained in:
Denise Vangel-MSFT
2020-11-04 10:03:28 -08:00
committed by GitHub

View File

@ -57,7 +57,7 @@ You can access Microsoft Defender ATP API with **Application Context** or **User
- **User Context:** <br> - **User Context:** <br>
Used to perform actions in the API on behalf of a user. Used to perform actions in the API on behalf of a user.
Steps that needs to be taken to access Microsoft Defender ATP API with application context: Steps that need to be taken to access Microsoft Defender ATP API with user context:
1. Create AAD Native-Application. 1. Create AAD Native-Application.
2. Assign the desired permission to the application, e.g 'Read Alerts', 'Isolate Machines' etc. 2. Assign the desired permission to the application, e.g 'Read Alerts', 'Isolate Machines' etc.
3. Get token using the application with user credentials. 3. Get token using the application with user credentials.