AzureAD / azure-activedirectory-library-for-js

The code for ADAL.js and ADAL Angular has been moved to the MSAL.js repo. Please open any issues or PRs at the link below.
https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/maintenance/adal-angular
Apache License 2.0
627 stars 372 forks source link

Document in README or wiki how this library is different than microsoft-authenttication-library-for-js #855

Closed aappddeevv closed 4 years ago

aappddeevv commented 5 years ago

Both this library and the microsoft-authentication-library-for-js are under AzureAD so it would be nice to have a note on how these two are different. As near as I can tell, this library is v1.0 endpoints and MSAL is for v1 and v2 endpoints, or maybe only v2.

MariuszKogut commented 5 years ago

Any updates here? I want to integrate OAuth into our react application and I'm not sure, which lib to use.

jmckennon commented 4 years ago

Yes, adal js supports only v1 endpoints and msal js supports both v1 and v2.

All current authentication work from Microsoft is delivered through the msal js library here. adal js is still supported only for security fixes. We recommend moving to msal js for any advanced feature requests and bugfixes.