You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/contentdefinitions.md
+27-4Lines changed: 27 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: celestedg
9
9
ms.service: active-directory
10
10
ms.workload: identity
11
11
ms.topic: reference
12
-
ms.date: 02/10/2020
12
+
ms.date: 02/11/2020
13
13
ms.author: marsma
14
14
ms.subservice: B2C
15
15
---
@@ -80,11 +80,11 @@ The **DataUri** element is used to specify the page identifier. Azure AD B2C use
80
80
|`globalexception`| Displays an error page when an exception or an error is encountered. |
81
81
|`providerselection`| Lists the identity providers that users can choose from during sign-in. |
82
82
|`unifiedssp`| Displays a form for signing in with a local account that's based on an email address or a user name. This value also provides the “keep me sign-in functionality” and “Forgot your password?” link. |
83
-
|`unifiedssp`| Displays a form for signing in with a local account that's based on an email address or a user name. |
83
+
|`unifiedssd`| Displays a form for signing in with a local account that's based on an email address or a user name. |
84
84
|`multifactor`| Verifies phone numbers by using text or voice during sign-up or sign-in. |
85
85
|`selfasserted`| Displays a form that enables users to create or update their profile. |
86
86
87
-
## Select a page layout
87
+
###Select a page layout
88
88
89
89
You can enable [JavaScript client-side code](javascript-samples.md) by inserting `contract` between `elements` and the page type. For example, `urn:com:microsoft:aad:b2c:elements:contract:page-name:version`.
90
90
@@ -122,6 +122,29 @@ The format of the value must contain the word `contract`: _urn:com:microsoft:aad
0 commit comments