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
+2-2Lines changed: 2 additions & 2 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/17/2020
12
+
ms.date: 02/20/2020
13
13
ms.author: mimart
14
14
ms.subservice: B2C
15
15
---
@@ -66,7 +66,7 @@ The **ContentDefinition** element contains the following elements:
66
66
| Element | Occurrences | Description |
67
67
| ------- | ----------- | ----------- |
68
68
| LoadUri | 1:1 | A string that contains the URL of the HTML5 page for the content definition. |
69
-
| RecoveryUri | 1:1 | A string that contains the URL of the HTML page for displaying an error relating to the content definition. |
69
+
| RecoveryUri | 1:1 | A string that contains the URL of the HTML page for displaying an error relating to the content definition. Not currently used, the value must be `~/common/default_page_error.html`. |
70
70
| DataUri | 1:1 | A string that contains the relative URL of an HTML file that provides the user experience to invoke for the step. |
71
71
| Metadata | 0:1 | A collection of key/value pairs that contains the metadata utilized by the content definition. |
72
72
| LocalizedResourcesReferences | 0:1 | A collection of localized resources references. Use this element to customize the localization of a user interface and claims attribute. |
0 commit comments