Home > Software engineering >  How can I add Microsoft authentication to my react native app?
How can I add Microsoft authentication to my react native app?

Time:12-17

I have a React-Native application in development that is an extension of a current web application. The web application makes use of MSAL to authenticate the users and I want to do this as well with the mobile app.

I have not really managed to find anything relevant, and what I have found was out of date or for the ReactJS framework.

CodePudding user response:

Use enter image description here

For more information please check: https://learn.microsoft.com/en-us/azure/active-directory-b2c/enable-authentication-react-spa-app

  • Related