About the features of Azure Active Directory B2C

Takahashi Ami 21 Reputation points
2021-10-12T03:44:15.137+00:00

Is it possible to create a screen for the membership registration form, customize registration items, and link with various websites?

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,991 questions
{count} votes

Accepted answer
  1. AmanpreetSingh-MSFT 56,726 Reputation points
    2021-10-19T09:19:55.197+00:00

    @Takahashi Ami • Please find my comments inline:

    (1) Whether or not it is possible to create a registration form screen when actually registering as a member and customize input items.
    Yes, this is possible. Below is an example of how registration form looks like and this document explains how to add additional fields in the registration form.
    141598-image.png

    (2) Whether or not there is a mechanism to incorporate the input form set in (1) into the website.
    Yes, the inputs by the users in above form can be returned as claims in the token. You can configure your code to read the claims in the token and display on the website/webapp. You can select attributes to collect and return as claims during creation of user flow or by editing existing user flows as documented here. Please find below snippet for your reference:
    141599-image.png

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.