Resolved! Cache and Reuse OAuth 2.0 Tokens
I have an instance which is sending HTTP requests to Microsoft Graph API, and I can see that for every outbound request, my ServiceNow instance sends a request to login.microsoftonline.com for an OAuth v2.0 token. This is resulting in hundreds of tho...