I get the message "This is not an Azure AD B2C directory..." for my Azure AD B2C tenant

Viewed 490

I have an Azure AD B2C tenant and when I go to the 'Overview' tab, I see the following message:

This is not an Azure AD B2C directory. To create a new B2C directory & manage your consumer identities in the cloud, click the articles below.

I don't understand why this is being displayed, and what the implications would be. I thought that it was impossible to have a tenant without a directory. How do I fix this issue?

1 Answers

I think what you see should be this prompt:

enter image description here

The reason is that you are currently logged in to the directory of the Azure AD tenant and not the directory of the Azure B2C tenant. When you click the Azure AD B2C tab in the Azure AD tenant directory, you will receive this prompt.

So, make sure you have a B2C tenant, and then select Directory + Subscription filter in the top menu of the Azure portal, and then select the directory that contains Azure AD B2C tenants.

enter image description here

Related