Creating multi-tenant native mobile application and associated REST API

Varun 21 Reputation points
2020-01-17T09:35:02.587+00:00

Hi All,

I have a native Android application which is already registered with a Azure AD B2C tenant, the REST API is registered to the same tenant as well.

But now, the requirements have changed and I also have to allow users in Azure Active Directory tenant to use same application and access same set of APIs that are registered under B2C tenant. My question is, Is there a way to avoid registering the application and the API in the Active Directory tenant all over again, or is there some way to expose these APIs to Active Directory users as well.

Thanks,

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,639 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,456 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Saurabh Sharma 23,671 Reputation points Microsoft Employee
    2020-01-17T23:46:57.967+00:00

    I do not think it is possible to avoid the registration part. You can use custom policies in Azure AD B2C to allow users from multiple Azure AD tenants to sign in using Azure AD B2C but you need to register the application within the organizational Azure AD tenant. You can refer to the Microsoft documentation to achieve the same.