Reputation: 334
Followed the tutorial/guide on "(Alternative method) Manually configure Azure Active Directory with advanced settings" and this allows us to use a different tenant AD for authentication. However can't access AD B2C. Is this possible?
Upvotes: 0
Views: 85
Reputation: 7720
Accesing AD B2C: From your directory that has the subscription, you have to go to "Create Resource" on the top left of the page and then search for "Azure Active Directory B2C" (rather than searching for the resource in the search bar). At minimum you need an Azure Pay-As-You-Go subscription.
After you hit "Create" you can select "Link an existing Azure B2C tenant to my subscription" and enter the tenant information for the directory where you would like the B2C AAD to exist.
Then it will deploy the b2c tenant to your resource group within your subscription.
Then follow the steps in the guide to register your application. You can deploy it under one tenant and register it under another.
Upvotes: 1