I have two tenants application-tenant and customer-tenant. application-tenant has Azure AD Free license and customer-tenant has Azure AD Premium P1. Our .NET application is using application-tenant client id and tenant id as application-tenant is main application tenant and its app registration application is marked to allow multi tenant login.
When I try to login using my credentials of customer-tenant account like xyz@customer-tenant.com on my application it logs in successfully but right after login I try to fetch my active directory users using graph API but in response I only get users of application-tenant only.
Is there any permission missing for application-tenant to get access of customer-tenant users?