In my current project, we had a need to build a Node JS app that will authenticate with an App Registration client id and client secret. First thing that came into my mind was to use msal library. But I hit a snag due to CORS issue and there was very little I could do…
Tag: Authentication
Azure AD Authentication with Dynamics CRM
People have been asking me on how to setup Azure Active Directory Authentication in order to authenticate D365 without using username and password; especially when you want to write the authentication in a sandbox mode. Let's take a look at it. First you would need to register your App in Azure Active Directory. App Registration…