2. Do I need to add external tenants to the manage tenants screen if I need to connect them with the multi-tenant apps?
3. Is it possible to connect a trial account as an external user to the multi-tenant application or can't it work with a trial account?
- I'm redirected to the callback method with the authorization code and able to generated an access token. (Used app's tenant ID to generate token)
- Able to get companies from the below API response. (Used the app's tenant ID in the API).
https:/api.businesscentral.dynamics.com/v2.0// + tenant_Id + //Production/api/v2.0/companies
- I'm redirected to the callback method with the authorization code and able to generated an access token. (Used app's tenant ID to generate token)
- Not able to get a response from the company API. I have tried it by using both the app's tenant ID and the user's tenant ID to get a response from the API. But, it says the user is not authorized.