Hi All,
I am trying to get report session by posting to this end point
https://<mycrmorg>.api.crm.dynamics.com/CRMReports/RSViewer/ReportViewer.aspx
following the guideline from here
https://bguidinger.com/blog/scheduling-reports-dynamics-365-part-1
I am using .net core 3.1 with MSAL and http client. I am able to access and get data from d365 ce using the present OAuth Bearer token. But when I am trying to call the above mentioned reporviwer.aspx page I am getting the output as a login html page . Can anyone please help?
Thanks
Tiklu