React Native Azure b2c login plugin not available

Sudhir Singh 1 Reputation point
2023-12-01T14:34:47.7066667+00:00

I am not getting any support on Azure b2c login for React Native. I have not found anything related MSAL plugin for react native. Please help me .. how I can proceed further on this. I need a smooth functioning for azure b2c login. I have tried to use "react-native-msal" but it is also 2 years older and not working.

Microsoft Security Microsoft Entra Microsoft Entra ID
{count} votes

1 answer

Sort by: Most helpful
  1. Shweta Mathur 30,296 Reputation points Microsoft Employee Moderator
    2023-12-04T08:50:21.65+00:00

    Hi @Sudhir Singh ,

    Thanks for reaching out.

    Unfortunately, as of now there is no official MSAL React Native library.

    However, there is library which can be used for POC, but not in the production.

    https://github.com/AzureAD/microsoft-authentication-library-for-js/pkgs/npm/msal-react-native-android-poc

    Additionally, there are some third-party libraries that you can use to integrate Azure B2C authentication in your React Native app.

    Below are the samples provided by FormidableLabs and stashenergy to use in production:

    https://github.com/FormidableLabs/react-native-app-auth
    https://github.com/stashenergy/react-native-msal

    Microsoft do not provide any support for above libraries.

    Hope this will help.

    Thanks,

    Shweta


    Please remember to "Accept Answer" if answer helped you.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.