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/self-asserted-technical-profile.md
+6-5Lines changed: 6 additions & 5 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: 12/10/2019
12
+
ms.date: 02/04/2020
13
13
ms.author: marsma
14
14
ms.subservice: B2C
15
15
---
@@ -186,15 +186,16 @@ You can also call a REST API technical profile with your business logic, overwri
186
186
187
187
| Attribute | Required | Description |
188
188
| --------- | -------- | ----------- |
189
-
| setting.showContinueButton | No | Displays the continue button. Possible values: `true` (default), or `false`|
190
-
| setting.showCancelButton | No | Displays the cancel button. Possible values: `true` (default), or `false`|
191
189
| setting.operatingMode | No | For a sign-in page, this property controls the behavior of the username field, such as input validation and error messages. Expected values: `Username` or `Email`. |
190
+
| AllowGenerationOfClaimsWithNullValues| No| Allow to generate a claim with null value. For example, in a case user doesn't select a checkbox.|
192
191
| ContentDefinitionReferenceId | Yes | The identifier of the [content definition](contentdefinitions.md) associated with this technical profile. |
193
192
| EnforceEmailVerification | No | For sign-up or profile edit, enforces email verification. Possible values: `true` (default), or `false`. |
194
-
| setting.showSignupLink | No | Displays the sign-up button. Possible values: `true` (default), or `false`|
195
193
| setting.retryLimit | No | Controls the number of times a user can try to provide the data that is checked against a validation technical profile . For example, a user tries to sign-up with an account that already exists and keeps trying until the limit reached.
196
194
| SignUpTarget | No | The signup target exchange identifier. When the user clicks the sign-up button, Azure AD B2C executes the specified exchange identifier. |
197
-
195
+
| setting.showCancelButton | No | Displays the cancel button. Possible values: `true` (default), or `false`|
196
+
| setting.showContinueButton | No | Displays the continue button. Possible values: `true` (default), or `false`|
197
+
| setting.showSignupLink | No | Displays the sign-up button. Possible values: `true` (default), or `false`|
198
+
| setting.forgotPasswordLinkLocation| No| Displays the forgot password link. Possible values: `AfterInput` (default) the link is displayed at the bottom of the page, or `None` removes the forgot password link.|
0 commit comments