Migrating from AzureAD Authentication for Graph API

1 · Nick Benton · Nov. 1, 2022, 8:37 p.m.
With the impending retirement of the Azure AD Graph API and ADAL authentication methods , and by impending, I mean the end of 2022, we should probably look at how we move away from the existing authentication methods I’ve been using in all of my scripts and into the new realms of MSAL (Microsoft Authentication Library). Hold tight, this will be quick. Background The driver for this move away from the now deemed legacy ADAL (Azure Active Directory Authentication Library) authentication method, is...