Authenticating to Microsoft Graph

How do you make requests to Microsoft Graph?

I have not touched Microsoft Graph in quite some time, and a recent project has forced me to re-familiarize myself with accessing it. It seems like things are always changing — whether it’s Microsoft changing Azure to Entra or npm packages being deprecated. I need to re-learn this stuff if I’m not keeping up with the ecosystems. I found myself looking for the best way to authenticate in order to use Microsoft Graph, and it seems that the Microsoft Authentication Library (MSAL) is the way to go. [Read More]