Skip to content

Commit 061117d

Browse files
authored
Update self-asserted-technical-profile.md
Fixing the default value and the table
1 parent 8aec941 commit 061117d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +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` |
201+
| setting.enableRememberMe <sup>2</sup>| No| Displays the [Keep me signed in](custom-policy-keep-me-signed-in.md) checkbox. Possible values: `true` , or `false` (default). |
202202
| 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`. |
203203

204204
Notes:

0 commit comments

Comments
 (0)