What is the correct MS Entra settings for allowing other companies Azure AD users into my web app?

Nelito 0 Reputation points
2024-03-11T19:54:07.5933333+00:00

I have a Web app that has regular user and password login. A Customer requested to be able to use Azure to manage their users (we have a 10 users plan). What is the correct set of MS Entra products and settings to use in the situation?

I developed an integration using this tutorial:
https://learn.microsoft.com/en-us/samples/azure-samples/ms-identity-ciam-javascript-tutorial/ms-identity-ciam-javascript-tutorial-1-sign-in-react/

But it only works for emails in our own domain.

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,898 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,652 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,563 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Marilee Turscak-MSFT 34,121 Reputation points Microsoft Employee
    2024-03-12T01:51:04.7866667+00:00

    @Nelito Germano Vieira Junior ,

    To allow users in other Entra/Azure tenants to sign into your web app, you need to add the users as guests in your tenant. You can invite the external users to access your app using their own Entra credentials. You can invite the guest users following this process: https://learn.microsoft.com/en-us/entra/external-id/b2b-quickstart-add-guest-users-portal

    User's image

    Let me know if you run into any issues.

    If the information helped you, please Accept the answer. This will help us as well as others in the community who may be researching similar questions.