What is the difference between ADAL.js and MSAL.js?

后端 未结 1 1036
时光取名叫无心
时光取名叫无心 2021-02-19 05:23

I am trying to handle authentication for my app which uses Microsoft Graph.

What is the difference between these two libraries?

  • Active Directory Authent

1条回答
  •  一生所求
    2021-02-19 05:48

    MSAL.js works with the AzureAD V2 endpoint, whereas ADAL.js works with the AzureAD V1 endpoint. The V1 endpoint supports work accounts, but not personal accounts. The V2.0 endpoint is the unification of Microsoft personal accounts and work accounts into a single authentication system. Finally, with msal.js you can also get authentications for Azure AD B2C.

    0 讨论(0)
提交回复
热议问题