Hi @Mocanu, Radu ,
If you are referring to having one service principal with multiple app registrations, this scenario is supported. You can have multiple app registrations for one app service, and you can support one application service using multiple authentication schemas. Microsoft Identity Platform supports multiple authentication schemas which allow users to sign into an application either with two App registrations or one Entra ID/Azure AD app and another B2C app.
See example here and modifications for v2 here.
However, if you want to set up multiple service principals with different client IDs, this scenario is not supported. Every service principal/enterprise application in other tenants has the same client id
as the corresponding app in the home tenant. But there cannot be more than one service principal with the same client id
in one tenant.
Let me know if the examples I shared cover the scenario you are looking for.