Closed aappddeevv closed 4 years ago
Any updates here? I want to integrate OAuth into our react application and I'm not sure, which lib to use.
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.
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.