I have a Xamarin mobile application that authenticates using Azure Active Directory this works fine and I am receiving the token and user details. To do that I had to set up a 'Native Client Application' under 'Add an application my organization is developing' option in Azure.
My Web Application/API which is multi tenant is listed under 'permissions to other applications' within the Native Application tab in Azure. The Web Application works well using OpenIdConnect and the multi tenancy works as it should.
How do I now make the Native Client Application available to other tenants? I can use the credentials form the Tenant that the Native Client Application is listed under (the same directory I have created the Native Client Application under) but not other tenants in a way the Web Application allows.