Skip to content

Commit 6f82549

Browse files
authored
Merge pull request #184057 from kengaderdus/resolve-GHI-84752
[Azure AD B2C] Resolve GitHub Issue 84752
2 parents dbff056 + 6632659 commit 6f82549

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

articles/active-directory-b2c/configure-user-input.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,15 @@ The application claims are values that are returned to the application. Update y
5656
1. Select **Page layouts**.
5757
1. Select **Local account sign-up page**.
5858
1. Under **User attributes**, select **City**.
59-
1. In the **User input type** drop-down, select **DropdownSingleSelect**. Optional: Use the "Move up/down" buttons to arrange the text order on the sign-up page.
6059
1. In the **Optional** drop-down, select **No**.
60+
1. In the **User input type**, select the current user input type, such as **TextBox**, to open a **User input type editor** window pane.
61+
1. In the **User input type** drop-down, select **DropdownSingleSelect**.
62+
1. In the **Text** and **Values**, enter the text and value pairs that make up your set of responses for the attribute. The **Text** displays in the web interface for your flow, and the **Values** is stored to Azure AD B2C for selected **Text**. Optional: Use the "Move up/down" buttons to reorder drop-down items.
63+
1. Select **Ok**. Optional: Use the "Move up/down" buttons to reorder user attributes in the sign-up page.
6164
1. Select **Save**.
6265

66+
:::image type="content" source="./media/configure-user-input/configure-user-attributes-input-type.png" alt-text="Web page call green API.":::
67+
6368
### Provide a list of values by using localized collections
6469

6570
To provide a set list of values for the city attribute:
288 KB
Loading

0 commit comments

Comments
 (0)