MSAL AD token not valid with SharePoint Online CSOM
问题 I am able to retrieve and use an access token via MSAL in a desktop .Net project. I can successfully retrieve tokens and they are valid in my Graph calls. However, trying to use the access token with SharePoint Online CSOM results in a 401: Unauthorized. This is similar to accessing sharepoint REST apis using msal throws 401 (except I am using C# and the latest CSOM). It is my understanding that MSFT is trying to move devs away from ADAL and towards MSAL, but there seems to be some