Azure AD B2C tenant creation

Now that we know the basic concept of Azure AD B2C, we will start our configuration for the test application that uses Azure AD B2C to provide the identity platform:

  1. Open a shell or command line in your Visual Studio project folder, in my case C:\Users\jochen.nickel\Documents\Visual Studio 2017\Projects, and execute the following command:
git clone https://github.com/Azure-Samples/active-directory-b2c-dotnet-webapp-and-webapi.git
  1. Create the Azure AD B2C directory.
  2. Open the Azure Portal (https://portal.azure.com) with global administrator credentials.
  3. Use the search option to find the Azure AD B2C blade to view the service that we'll create:
Azure AD B2C creation procedure
  1. Click on Create a resource in the ...

Get Mastering Identity and Access Management with Microsoft Azure - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.