Forum Discussion
Michael Shalev
Apr 18, 2018Former Employee
Authorization and Microsoft Graph Security API
Understanding authorization when calling the Microsoft Graph Security API
High-level summary: Security data accessible via the Microsoft Graph Security API is very sensitive and is protected using ...
Michael Shalev
Dec 07, 2018Former Employee
Hi Brandon,
Yes, App-only AuthNZ is also supported - and covered in the documentation - please note that this approach assumes that Role Based Access Control (RBAC) will be implemented by the calling application.
The Graph Security API GitHub code samples include a https://github.com/microsoftgraph/Graph-Security-API-Auth-Samplethat will let you test and see the contents of the Auth token - both for User/Delegated or for App-only (different tabs).
Also make sure you specify the required scopes for App-Only during app registration
Hope this helps
Michael