mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-21 21:33:38 +00:00
minor modification
Made a correction in the statement. Problem: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/8568
This commit is contained in:
@ -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 needs 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.
|
||||||
|
Reference in New Issue
Block a user