Update windows/security/threat-protection/microsoft-defender-atp/apis-intro.md

Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
This commit is contained in:
ImranHabib
2020-11-04 21:51:59 +05:00
committed by GitHub
parent 98cef83cb8
commit bfce7c598b

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 user 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.