Skip to content

Commit 8aec941

Browse files
authored
Update self-asserted-technical-profile.md
Adding the missing metadata to the self-asserted technical profile
1 parent 72896cb commit 8aec941

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/active-directory-b2c/self-asserted-technical-profile.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: celestedg
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: reference
12-
ms.date: 03/16/2020
12+
ms.date: 03/26/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
---
@@ -198,6 +198,7 @@ You can also call a REST API technical profile with your business logic, overwri
198198
| setting.showContinueButton | No | Displays the continue button. Possible values: `true` (default), or `false` |
199199
| setting.showSignupLink <sup>2</sup>| No | Displays the sign-up button. Possible values: `true` (default), or `false` |
200200
| setting.forgotPasswordLinkLocation <sup>2</sup>| 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.|
201+
| setting.enableRememberMe | Displays the [Keep me signed in](custom-policy-keep-me-signed-in.md) checkbox. Possible values: `true` (default), or `false` |
201202
| IncludeClaimResolvingInClaimsHandling  | No | For input and output claims, specifies whether [claims resolution](claim-resolver-overview.md) is included in the technical profile. Possible values: `true`, or `false` (default). If you want to use a claims resolver in the technical profile, set this to `true`. |
202203

203204
Notes:

0 commit comments

Comments
 (0)