Implementing login on React-Native application?

77999832 16 Reputation points
2023-01-03T09:29:07.363+00:00

I am trying to implement an SSO that makes use of the Azure Active Directory on a React-Native app but I can't seem to find much documentation about this. What can I do?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,595 questions
{count} votes

1 answer

Sort by: Most helpful
  1. James Hamil 21,851 Reputation points Microsoft Employee
    2023-01-04T16:58:19.51+00:00

    Hi @AndrewEmanuelAttard-1651 , are you looking for more information on implementing the login, SSO, or both? Either way I can help you.

    I would start with using this npm package. Follow the "App Registration" section to begin after installing the package.

    276134-npm.png

    The rest of the steps will help you set up your login. Please let me know if you have any questions and I can help you further!

    If this answer helped you please mark it as "Verified" so other users can reference it.

    Thank you,
    James