#msal2.0

Posts tagged with this topic.

Exploration: Showing Dynamics CRM Data In Vue.JS (SPA)

Oct 8, 2021

Today, I learned how to use MSAL.js 2.0 to do authentication (login) and authorization (checking if the person can access the target resource) to display Dynamics CRM Accounts data in Vue.js. The idea is we want to create a SPA (Single Page Application) that uses Vue.js. The user...