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:
- 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
- Create the Azure AD B2C directory.
- Open the Azure Portal (https://portal.azure.com) with global administrator credentials.
- Use the search option to find the Azure AD B2C blade to view the service that we'll create:
- Click on Create a resource in the ...