mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 22:07:22 +00:00
s
This commit is contained in:
parent
4bcfa1f610
commit
f4eeda69f9
@ -39,12 +39,14 @@ You can access Windows Defender ATP API with **Application Context** or **User C
|
|||||||
|
|
||||||
- **Application Context:** <br>
|
- **Application Context:** <br>
|
||||||
Used by apps that run without a signed-in user present. for example, apps that run as background services or daemons.
|
Used by apps that run without a signed-in user present. for example, apps that run as background services or daemons.
|
||||||
|
|
||||||
Steps that needs to be taken to access Windows Defender ATP API with application context:
|
Steps that needs to be taken to access Windows Defender ATP API with application context:
|
||||||
1) Create AAD Web-Application.
|
1) Create AAD Web-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) Create a key for this Application.
|
3) Create a key for this Application.
|
||||||
4) Get token using the application with its key.
|
4) Get token using the application with its key.
|
||||||
5) Use the token to access Windows Defender ATP API
|
5) Use the token to access Windows Defender ATP API
|
||||||
|
|
||||||
See - [Get access with application context](exposed-apis-create-app-webapp.md).
|
See - [Get access with application context](exposed-apis-create-app-webapp.md).
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user