Hi All,
So, here's the scenario that I am facing right now:
We have a client application that needs to log users in from two separate tenants (Azure AD and Azure AD B2C). These applications need to have an access token authorized to access a particular API. For now, the API application is registered in the first tenant (Azure AD tenant) as multi-tenant application.
I am able to add the API scopes as permissions in the Azure AD client application, and the application is able to get the access token to call the APIs. Is there a way to achieve the same effect for the client application registered in the Azure AD B2C tenant? If not, is there any other way to get two different applications in two different tenants to get authorized to access an API?
Any help is appreciated,
Thanks,
Varun