Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot turn on "Multi-Tenant" for Azure AD Authentication

I've gone through several guides and spent several hours, but I can not seem to get Azure AD authentication working in my simple app. I am trying to turn on "Application is multi-tenant" in my Azure Active Directory, and I get the following error:

The App ID URI is not available. The App ID URI must be from a verified domain within your organization's directory.

How can I change my Application to have the same domain as my Azure AD? (*.onmicrosoft.com).

Am I doing something wrong here?

like image 289
Vikram Avatar asked Jul 15 '15 15:07

Vikram


1 Answers

The message is pretty descriptive.

First you have to take a verified domain which is linked to your Azure AD. You can take it from the Domains tab on your Active Directory management page:

enter image description here

Then your AppID URI must be within any of those:

enter image description here

Only then you will be able to make your app Multi Tenant.

like image 187
astaykov Avatar answered Oct 17 '22 19:10

astaykov