I'm trying to get multi-tenant access going with my App Service but with no luck.
I created a developer account on Office 365, set up my Active Directory, added my application, etc etc.
It works fine if I use my Active Directory account to log into the app, but no other Office 365 users are able to login.
Under the configuration in AD > Applications, I see a setting "Application is Multi-Tenant".
I am unable to switch this setting on as it gives me the following error message:
The App ID URI is not available. The App ID URI must be from a verified domain within your organization's directory.
As far as I know, I am unable to change the domain of my Azure App service, my App ID Uri looks something like this:
http://<myresourcegroup>.azurewebsites.net/signin-aad
I can't seem to figure this out, any help is appreciated, thank you.