Dynamics 365 for Finance and Operations Development Cookbook - Fourth Edition
by Abhimanyu Singh, Deepak Agarwal
How it works...
Azure active directory provides a secure sign in and authorization for its services. Dynamics 365 for Finance and Operations is also based on a SaaS (Software as a Service) module, and Azure plays an important role in providing all required prerequires for your environment.
When you register a new app in AAD, it creates an application ID for it and this can be used to register in Dynamics 365 and in your code to enable a bridge between Dynamics 365 and your application. While calling this application in a console app, you get an interface where you can use your system credentials to get an authentication header.
Here, while registering the app, we are presented with options to select Web Application or Native Client Application ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access