I am trying to connect share point through graph api using service principal. I have set up a rest dataset in the copy activity and set the base url as https://graph.microsoft.com/v1.0/ and gave the required relative url. And I am getting adf error
I tried the same through postman using the same access token and url and I am able to see the data as required. I have setup the linked service for rest api using the service principal and the connection was successful.postman
When trying the same with ADF, it throws an error. Anybody could help me understand what the problem is? What should I do differently?