I am reading through Azure Active Directory support for OAuth2 for SPA (my wish is to go for Reactjs). I have found 2 libraries for Javascrip: adal.js and msal.js. Since I am new to SPA I would need an advice from experts here. I have also read this: What is the difference between ADAL.js and MSAL.js? Therefore my question is what should i use adal.js or msal.js if i need to implement a SPA with Microsoft IdP (v1 or v2) and using ReactJS?
thanks