From 2a259ea07c3f6ab1974f5865638594bd6771f352 Mon Sep 17 00:00:00 2001
From: Martin <24651358+JFMarty@users.noreply.github.com>
Date: Tue, 17 Nov 2020 08:26:24 +0100
Subject: [PATCH] Update self-asserted-technical-profile.md
According to this https://stackoverflow.com/questions/58711221/how-to-remove-the-forgot-password-link-from-the-signin-page-in-azure-b2c-custo post (from Jas Suri), there are additional Values available for setting.forgotPasswordLinkLocation. After trying them out (and they are working as expected) I thought I would propose changes to the documentation.
Co-authored-by: Michele Martin <36167252+msmimart@users.noreply.github.com>
---
.../active-directory-b2c/self-asserted-technical-profile.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/articles/active-directory-b2c/self-asserted-technical-profile.md b/articles/active-directory-b2c/self-asserted-technical-profile.md
index 45b195c0d20b0..1476838804948 100644
--- a/articles/active-directory-b2c/self-asserted-technical-profile.md
+++ b/articles/active-directory-b2c/self-asserted-technical-profile.md
@@ -205,7 +205,7 @@ You can also call a REST API technical profile with your business logic, overwri
| setting.showCancelButton | No | Displays the cancel button. Possible values: `true` (default), or `false` |
| setting.showContinueButton | No | Displays the continue button. Possible values: `true` (default), or `false` |
| setting.showSignupLink 2| No | Displays the sign-up button. Possible values: `true` (default), or `false` |
-| setting.forgotPasswordLinkLocation 2| 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.|
+| setting.forgotPasswordLinkLocation 2| No| Displays the forgot password link. Possible values: `AfterLabel` (default) displays the link directly after the label or after the password input field when there is no label, `AfterInput` displays the link after the password input field, `AfterButtons` displays the link on the bottom of the form after the buttons, or `None` removes the forgot password link.|
| setting.enableRememberMe 2| No| Displays the [Keep me signed in](custom-policy-keep-me-signed-in.md) checkbox. Possible values: `true` , or `false` (default). |
| setting.inputVerificationDelayTimeInMilliseconds 3| No| Improves user experience, by waiting for the user to stop typing, and then validate the value. Default value 2000 milliseconds. |
| 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`. |