syncweek-react-aad / react-aad

A React wrapper for Azure AD using the Microsoft Authentication Library (MSAL). The easiest way to integrate AzureAD with your React for authentication.
MIT License
344 stars 94 forks source link

Migrating from 'react-aad-msal' to @azure/msal-react #289

Closed hbermani closed 3 years ago

hbermani commented 3 years ago

Is your feature request related to a problem? Please describe. With @azure/msal-react approaching general preview release I was just wondering if there is any guide/documentation out there on how best to migrate from this library to @azure/msal-react @azure/msal-browser .

We currently use implicit flow for B2C and will be moving to the new paradigm shortly.

Describe the solution you'd like A clear and concise guide on how best to migrate / a sample application for an application that has been migrated.

Describe alternatives you've considered Reading docs or new library and browsing online resources.

Would be helpful to have an explanation of what will replace concepts like AzureAD wrapper or forceLogin in the new library.

liliankasem commented 3 years ago

It looks like the product group is planning to write a migration guide, I would keep an eye out on their repo.

https://github.com/syncweek-react-aad/react-aad/issues/277#issuecomment-725792326

hbermani commented 3 years ago

Thank you lilian, I have finally managed to get it working, if anyone reads this and is stuck in migrating drop me a line and i'll try and help.