Table of Contents

Authenticating with Azure AD B2C

Azure Active Directory B2C is a business-to-consumer identity service. The AzureADB2C login provider allows you to integrate with an instance of this service, making it possible for your users to login to a DynamicWeb 10 solution using the Azure AD credentials.

When you select this provider, the following fields are available: AzureADB2C As you can see, you need to supply:

  • Client ID
  • Client secret
  • Instance
  • Tenant ID
  • Sign up or sign in policy name

These credentials are obtained on the Azure AD B2C side of things, you can read more about Azure AD apps here:

To top