Hello Experts,
I am trying to connect with dynamics 365 using C# web api but I am not able to connect getting error always. I am sharing the code snipped. Kindly have a look.
While using this code getting below error.
I have registered the Application to the azure, Generated the Client secret also created the application user with the current application id.
Still getting the error.
I can not use the Auth type Office 365 as it is depreciated. Please help to generate the OrgService to perform the CRUD operation in dynamics 365 using webapi.