Graph Security endpoint throwing an HTTP 403 with ADALJS
问题 Trying to build a client-side app using the Microsoft Graph Security API. We've made the grants in the Azure Portal, granted Admin Consent, and the JWT is showing the scopes are present (snippet below): "scp": "Calendars.Read MailboxSettings.Read offline_access People.Read profile SecurityEvents.Read.All SecurityEvents.ReadWrite.All User.Read User.Read.All", Here's how we're requesting the token: // acquire token for ms graph. the service we're acquiring a token for // should be the same