Sharing a sample code to consume Dynamics 365 Web API using MSAL.NET Create a console application and add the following NuGet Package Microsoft.Identity.Client More on Microsoft identity platform https://docs.microsoft.com/en-us/azure/active-directory/develop/ We are using ConfidentialClientApplicationBuilder create method….
Continue Reading Nishant Rana’s Article on their blog
How to – Consume Dynamics 365 Web API using MSAL.NET
Sharing a sample code to consume Dynamics 365 Web API using MSAL.NET Create a console application and add the following NuGet Package Microsoft.Identity.Client More on Microsoft identity platform https://docs.microsoft.com/en-us/azure/active-directory/develop/ We are using ConfidentialClientApplicationBuilder create method. https://docs.microsoft.com/en-gb/azure/active-directory/develop/msal-net-initializing-client-applications The sample code – Result – Reference – https://medium.com/capgemini-microsoft-team/access-tokens-for-dynamics-365-using-microsoft-authentication-library-2b16c9f794b https://nishantrana.me/2021/01/06/sample-code-dynamics-365-web-api-organization-service/ Hope it helps..
Blog Syndicated with Nishant Rana’s Permission