skip to Main Content

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.

I have been trying to make use of the MSAL-react-native component however it isn’t that well documented so I’m lost over there as well

2

Answers


  1. Enable authentication in your own React Application by using Azure Active Directory B2C:

    enter image description here

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

    Login or Signup to reply.
  2. Use react-native-msal for Microsoft authentication

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search