office-jsoutlook-web-addinsadal.jsoffice-js-helpers

Which is the preferred Authentication Library for an Outlook Web Add-In


Does Microsoft prefer ADAL.JS or Office-JS-Helpers for Authentication?

Our app registrations are all on AAD.


Solution

  • I assume from your choice of libraries that you are using Implicit Flow. We are phasing out use of office-js-helpers. This Azure AD page seems to endorse msal.js.