
Albert Bennett
Authentication : MSAL
If you like the post please give it a like, or share it :)
Basically MSAL is the same as ADAL as in, it is used to get a token that can be used to access Microsoft resources. Same process, same everything really.
For a run down of what ADAL is, check out this other post that I had written:
. https://www.theworldaccordingtoalbert.com/post/_adal
The key difference is that MSAL works with Version 2 of Microsoft's identity platform. This in-turn enables support for personal accounts (facebook, twitter, gmail, etc) as well as business accounts.
There short and sweet, just how I like to write them.
References:
. https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-overview