Hello,
Has anyone successfully worked out a way to query a SharePoint site via RStudio Server that has a M365 tenant with a conditional access policy that requires multi-factor authentication?
My understanding is the traditional method > Microsoft identity platform and OAuth 2.0 Resource Owner Password Credentials - Microsoft identity platform | Microsoft Learn won't work.
Instead OAuth 2.0 client credentials flow on the Microsoft identity platform - Microsoft identity platform | Microsoft Learn must be followed, but I'm unsure how to do this:
Thanks
Stuart