benbaran / adal-angular6-example

Angular 6 ADAL Authentication Example
20 stars 13 forks source link

Why ADAL and not MSAL? #1

Open RobCannon opened 6 years ago

RobCannon commented 6 years ago

Why did you choose ASAL for Angular 6 and not MSAL? I thought MSAL was the option to use for future-proofing?

benbaran commented 6 years ago

It certainly is, but I had many questions about how to use Adal, and none for Msal.

Sent from my iPhone

On May 30, 2018, at 4:51 PM, Rob Cannon notifications@github.com wrote:

Why did you choose ASAL for Angular 6 and not MSAL? I thought MSAL was the option to use for future-proofing?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

geerzo commented 6 years ago

MSAL isn't supported by every service yet since it uses the new scope mechanic. For example, Dynamics 365 hasn't been updated to publish scopes so you can't use MSAL with Dynamics 365 yet. I'm sure there are others.

rbrayb commented 5 years ago

One good reason is that ADFS doesn't support MSAL.