Azure Client credentials provider throws error '/me request is only valid with delegated authentication flow'
I am following Microsoft documentation in obtaining credentials for Azure Graph API. This document states that an unattended application should use client credentials provider when making web api calls. The example in the documents for this is: final ClientSecretCredential clientSecretCredential…