HI,
I am looking for integration guide documentation for Angular 14 & 15 integration with the Dynamics 365 CRM. Website Lead capture to Lead Entity Creation.
Thanks

HI,
I am looking for integration guide documentation for Angular 14 & 15 integration with the Dynamics 365 CRM. Website Lead capture to Lead Entity Creation.
Thanks
Hi,
If you want an external site made with Angular to create leads in Dynamics, this should be done by the backend of your application whenever possible. What language/technology are you using for the backend?
If you connect directly from an SPA (Angular), you will need to use the OAuth flow "Authorization Code Flow with PKCE" for security reasons. For more information: auth0.com/.../authorization-code-flow-with-proof-key-for-code-exchange-pkce
The @azure/msal-angular package provides a way to get a token for angular applications. See: www.npmjs.com/.../msal-angular