Does Microsoft Azure AD B2C support Multi-tenant Architecture?
The below diagram is our Architecture. I have created an Azure AD B2C Service call Tenant(Client)
and a link to my subscription account. I have registered UI and API application in that tenant. Then I have created the user in Tenant as admin. Admin creates the users to access my application. We are planning to implement Multi-Tenant of Azure AD B2C to Access single Angular Application(UI).
Example:
I have created an Azure AD B2C Service call TenantA(Client A)
and a link to my subscription account. Then I have created the user in TenantA as admin. Admin creates the users to access my application.I have registered
I have created an Azure AD B2C Service call TenantB(Client B)
and a link to my subscription account. Then I have created the user in TenantB as admin. Admin creates the users to access my application.
Multiple Tenants of Client A(Tenant A)
and Client B(Tenant B)
Users should access a single UI application and should access a single API Application.
How can I register for both tenants the same configuration in UI and API Applications?