Skip to content

Commit e624df1

Browse files
committed
PR review feedback
1 parent ddd49b8 commit e624df1

File tree

6 files changed

+47
-48
lines changed

6 files changed

+47
-48
lines changed

articles/active-directory-b2c/custom-policy-developer-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: CelesteDG
99
ms.service: active-directory
1010

1111
ms.topic: reference
12-
ms.date: 01/11/2024
12+
ms.date: 02/24/2024
1313
ms.author: kengaderdus
1414
ms.subservice: B2C
1515

@@ -108,7 +108,7 @@ The following table summarizes the Security Assertion Markup Language (SAML) app
108108
|[Amazon](identity-provider-amazon.md) | GA | GA | |
109109
|[Apple](identity-provider-apple-id.md) | GA | GA | |
110110
|[Microsoft Entra ID (Single-tenant)](identity-provider-azure-ad-single-tenant.md) | GA | GA | |
111-
|[Microsoft Entra ID (Multi-tenant)](identity-provider-azure-ad-multi-tenant.md) | NA | GA | |
111+
|[Microsoft Entra ID (multitenant)](identity-provider-azure-ad-multi-tenant.md) | NA | GA | |
112112
|[Azure AD B2C](identity-provider-azure-ad-b2c.md) | GA | GA | |
113113
|[eBay](identity-provider-ebay.md) | NA | Preview | |
114114
|[Facebook](identity-provider-facebook.md) | GA | GA | |

articles/active-directory-b2c/display-control-captcha.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use CAPTCHA display controls to generate a CAPTCHA challenge string, then verify
2222

2323
The screenshot shows the CAPTCHA display control shown on a sign-up page:
2424

25-
:::image type="content" source="media/add-captcha/add-captcha.png" alt-text="Screenshot of CAPTCHA as it appears in the sign-up page.":::
25+
:::image type="content" source="media/display-control-captcha/add-captcha.png" alt-text="Screenshot of CAPTCHA as it appears in the sign-up page.":::
2626

2727
The sign-up page loads with the CAPTCHA display control. The user then inputs the characters they see or hear. The **Send verification code** button sends a verification code to the user's email, and isn't CAPTCHA display control element, but it causes the CAPTCHA challenge string to be verified.
2828

articles/active-directory-b2c/localization-string-ids.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
title: Localization string IDs - Azure Active Directory B2C
3-
description: Specify the IDs for a content definition with an ID of api.signuporsignin in a custom policy in Azure Active Directory B2C.
3+
description: Specify the IDs for a content definition with an ID of api.signuporsignin in a custom policy in Azure AD B2C.
44

55
author: kengaderdus
66
manager: CelesteDG
77

88
ms.service: active-directory
99

1010
ms.topic: reference
11-
ms.date: 01/17/2024
11+
ms.date: 02/24/2024
1212
ms.author: kengaderdus
1313
ms.subservice: B2C
1414

1515

16-
#Customer intent: As a developer implementing user interface localization in Azure Active Directory B2C, I want to access the list of localization string IDs, so that I can use them in my policy to support multiple locales or languages in the user journeys.
16+
#Customer intent: As a developer implementing user interface localization in Azure AD B2C, I want to access the list of localization string IDs, so that I can use them in my policy to support multiple locales or languages in the user journeys.
1717

1818
---
1919

@@ -34,7 +34,7 @@ The following IDs are used for a content definition with an ID of `api.signupors
3434
| `button_signin` | Sign in | `All` |
3535
| `social_intro` | Sign in with your social account | `All` |
3636
| `remember_me` |Keep me signed in. | `All` |
37-
| `unknown_error` | We are having trouble signing you in. Please try again later. | `All` |
37+
| `unknown_error` | We're having trouble signing you in. Please try again later. | `All` |
3838
| `divider_title` | OR | `All` |
3939
| `local_intro_email` | Sign in with your existing account | `< 2.0.0` |
4040
| `logonIdentifier_email` | Email Address | `< 2.0.0` |
@@ -48,7 +48,7 @@ The following IDs are used for a content definition with an ID of `api.signupors
4848
| `requiredField_password` | Please enter your password | `< 2.0.0` |
4949
| `createaccount_link` | Sign up now | `< 2.0.0` |
5050
| `cancel_message` | The user has forgotten their password | `< 2.0.0` |
51-
| `invalid_password` | The password you entered is not in the expected format. | `< 2.0.0` |
51+
| `invalid_password` | The password you entered isn't in the expected format. | `< 2.0.0` |
5252
| `createaccount_one_link` | Sign up now | `>= 2.0.0` |
5353
| `createaccount_two_links` | Sign up with {0} or {1} | `>= 2.0.0` |
5454
| `createaccount_three_links` | Sign up with {0}, {1}, or {2} | `>= 2.0.0` |
@@ -161,7 +161,7 @@ The following IDs are used for a content definition having an ID of `api.localac
161161
| `month` | Month |
162162
| `ver_success_msg` | E-mail address verified. You can now continue. |
163163
| `months` | January, February, March, April, May, June, July, August, September, October, November, December |
164-
| `ver_fail_server` | We are having trouble verifying your email address. Please enter a valid email address and try again. |
164+
| `ver_fail_server` | We're having trouble verifying your email address. Please enter a valid email address and try again. |
165165
| `error_requiredFieldMissing` | A required field is missing. Please fill out all required fields and try again. |
166166
| `heading` | User Details |
167167
| `initial_intro` | Please provide the following details. |
@@ -186,7 +186,7 @@ The following IDs are used for a content definition having an ID of `api.localac
186186

187187
### Sign-up and self-asserted pages disclaimer links
188188

189-
The following `UxElement` string IDs will display disclaimer link(s) at the bottom of the self-asserted page. These links are not displayed by default unless specified in the localized strings.
189+
The following `UxElement` string IDs display disclaimer links at the bottom of the self-asserted page. These links aren't displayed by default unless specified in the localized strings.
190190

191191
| ID | Example value |
192192
| --- | ------------- |
@@ -212,7 +212,7 @@ The following example shows the use of some of the user interface elements in th
212212

213213
![Sign-up page with its UI element names labeled](./media/localization-string-ids/localization-sign-up.png)
214214

215-
The following example shows the use of some of the user interface elements in the sign-up page, after user clicks on send verification code button:
215+
The following example shows the use of some of the user interface elements in the sign-up page, after user select on send verification code button:
216216

217217
![Sign-up page email verification UX elements](./media/localization-string-ids/localization-email-verification.png)
218218

@@ -583,16 +583,16 @@ The following IDs are used for [Microsoft Entra ID SSPR technical profile](aad-s
583583

584584
## One-time password error messages
585585

586-
The following IDs are used for a [one-time password technical profile](one-time-password-technical-profile.md) error messages
586+
The following IDs are used for a [one-time password technical profile](one-time-password-technical-profile.md) error messages.
587587

588588
| ID | Default value | Description |
589589
| --- | ------------- | ----------- |
590-
| `UserMessageIfSessionDoesNotExist` | No | The message to display to the user if the code verification session has expired. It is either the code has expired or the code has never been generated for a given identifier. |
591-
| `UserMessageIfMaxRetryAttempted` | No | The message to display to the user if they've exceeded the maximum allowed verification attempts. |
590+
| `UserMessageIfSessionDoesNotExist` | No | The message to display to the user if the code verification session is expired. It's either the code is expired or the code has never been generated for a given identifier. |
591+
| `UserMessageIfMaxRetryAttempted` | No | The message to display to the user if they exceed the maximum allowed verification attempts. |
592592
| `UserMessageIfMaxNumberOfCodeGenerated` | No | The message to display to the user if the code generation has exceeded the maximum allowed number of attempts. |
593-
| `UserMessageIfInvalidCode` | No | The message to display to the user if they've provided an invalid code. |
594-
| `UserMessageIfVerificationFailedRetryAllowed` | No | The message to display to the user if they've provided an invalid code, and user is allowed to provide the correct code. |
595-
| `UserMessageIfSessionConflict` | No | The message to display to the user if the code cannot be verified.|
593+
| `UserMessageIfInvalidCode` | No | The message to display to the user if they enter an invalid code. |
594+
| `UserMessageIfVerificationFailedRetryAllowed` | No | The message to display to the user if they enter an invalid code, and user is allowed to provide the correct code. |
595+
| `UserMessageIfSessionConflict` | No | The message to display to the user if the code can't be verified.|
596596

597597
### One time password example
598598

@@ -620,7 +620,7 @@ The following IDs are used for claims transformations error messages:
620620
| `UserMessageIfClaimsTransformationStringsAreNotEqual` |[AssertStringClaimsAreEqual](string-transformations.md#assertstringclaimsareequal) | Claim value comparison failed using StringComparison "OrdinalIgnoreCase".|
621621

622622
### Claims transformations example 1:
623-
This example shows localized messages for local account signup.
623+
This example shows localized messages for local account sign-up.
624624

625625
```xml
626626
<LocalizedResources Id="api.localaccountsignup.en">
@@ -655,7 +655,7 @@ The following IDs are used for a [CAPTCHA display control](display-control-captc
655655
| `captchatype_audio_title` | Press audio button to play the challenge | The tooltip message to display to the user when they move the mouse pointer over the CAPTCHA speaker icon if the user switches to audio mode. |
656656
| `captchatype_audio_help` | Enter the characters you hear | The placeholder text in the input box where the user inputs the CAPTCHA code if the user switches to audio mode. |
657657
| `charsnotmatched_error` | The characters did not match for CAPTCHA challenge. Please try again | The message to display to the user if they enter a wrong CAPTCHA code. |
658-
| `api_error` | Api error on CAPTCHA control | The message to display to the user if an error occurs while Azure AD B2C attempts to validate the CAPTCHA code. |
658+
| `api_error` | API error on CAPTCHA control | The message to display to the user if an error occurs while Azure AD B2C attempts to validate the CAPTCHA code. |
659659
| `captcha_resolved` | Success! | The message to display to the user if they enter a correct CAPTCHA code. |
660660
|`DisplayName`| Help us beat the bots. | The CAPTCHA display control's display name. |
661661

@@ -683,5 +683,5 @@ This example shows localized messages for CAPTCHA display control.
683683

684684
See the following articles for localization examples:
685685

686-
- [Language customization with custom policy in Azure Active Directory B2C](language-customization.md)
687-
- [Language customization with user flows in Azure Active Directory B2C](language-customization.md)
686+
- [Language customization with custom policy in Azure AD B2C](language-customization.md)
687+
- [Language customization with user flows in Azure AD B2C](language-customization.md)

articles/active-directory-b2c/page-layout.md

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
6969

7070
**2.1.26**
7171

72-
- Replaced `Keypress` to `Key Down` event and avoid `Asterisk` for non-required in classic mode.
72+
- Replaced `Keypress` to `Key Down` event and avoid `Asterisk` for nonrequired in classic mode.
7373

7474
**2.1.25**
7575

@@ -95,21 +95,20 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
9595

9696
**2.1.21**
9797

98-
- Additional sanitization of script tags to avoid XSS attacks. This revision breaks any script tags in the `<body>`. You should add script tags to the `<head>` tag. For more information, see [Enable JavaScript and page layout versions in Azure Active Directory B2C](javascript-and-page-layout.md?pivots=b2c-user-flow).
98+
- More sanitization of script tags to avoid XSS attacks. This revision breaks any script tags in the `<body>`. You should add script tags to the `<head>` tag. For more information, see [Enable JavaScript and page layout versions in Azure Active Directory B2C](javascript-and-page-layout.md?pivots=b2c-user-flow).
9999

100100
**2.1.20**
101101
- Fixed Enter event trigger on MFA.
102102
- CSS changes rendering page text/control in vertical manner for small screens
103103

104104
**2.1.19**
105-
- Fixed accessibility bugs.
106-
- Handled Undefined Error message for existing user sign up.
107-
- Moved Password mismatch error to Inline instead of page level.
108-
- Accessibility changes related to High Contrast button display and anchor focus improvements
105+
- Fix accessibility bugs.
106+
- Handle Undefined Error message for existing user sign-up.
107+
- Move Password mismatch error to Inline instead of page level.
109108

110109
**2.1.18**
111110
- Add asterisk for required fields
112-
- TOTP Store Icons position fixes for Classic Template
111+
- Fix TOTP Store Icons position for Classic Template
113112
- Activate input items only when verification code is verified
114113
- Add Alt Text for Background Image
115114
- Added customization for server errors by TOTP verification
@@ -118,11 +117,11 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
118117
- Add descriptive error message and fixed forgotPassword link
119118
- Make checkbox as group
120119
- Enforce Validation Error Update on control change and enable continue on email verified
121-
- Added additional field to error code to validation failure response
120+
- Add more field to error code to validation failure response
122121

123122

124123
**2.1.16**
125-
- Fixed "Claims for verification control have not been verified" bug while verifying code.
124+
- Fixed "Claims for verification control haven't been verified" bug while verifying code.
126125
- Hide error message on validation succeeds and send code to verify
127126

128127
**2.1.15**
@@ -197,18 +196,18 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
197196

198197
**1.2.0**
199198

200-
- The username/email and password fields now use the `form` HTML element to allow Edge and Internet Explorer (IE) to properly save this information.
199+
- The username/email and password fields now use the `form` HTML element to allow Microsoft Edge and Internet Explorer (IE) to properly save this information.
201200
- Added a configurable user input validation delay for improved user experience.
202201
- Accessibility fixes
203-
- Fixed an accessibility issue so that error messages are now read by Narrator.
202+
- Fix an accessibility issue so that error messages are read by Narrator.
204203
- Focus is now placed on the password field after the email is verified.
205204
- Removed `autofocus` from the checkbox control.
206205
- Added support for a display control for phone number verification.
207206
- You can now add the `data-preload="true"` attribute [in your HTML tags](customize-ui-with-html.md#guidelines-for-using-custom-page-content)
208207
- Load linked CSS files at the same time as your HTML template so it doesn't 'flicker' between loading the files.
209208
- Control the order in which your `script` tags are fetched and executed before the page load.
210209
- Email field is now `type=email` and mobile keyboards provide the correct suggestions.
211-
- Support for Chrome translate.
210+
- Support for Chrome translates.
212211
- Added support for company branding in user flow pages.
213212

214213
**1.1.0**
@@ -237,7 +236,7 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
237236

238237
**2.1.13**
239238

240-
- Fixed content security policy (CSP) violation and remove additional request header X-Aspnetmvc-Version
239+
- Fixed content security policy (CSP) violation and remove more request header X-Aspnetmvc-Version
241240

242241
**2.1.12**
243242

@@ -302,13 +301,13 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
302301

303302
**1.2.0**
304303

305-
- The username/email and password fields now use the `form` HTML element to allow Edge and Internet Explorer (IE) to properly save this information.
304+
- The username/email and password fields now use the `form` HTML element to allow Microsoft Edge and Internet Explorer (IE) to properly save this information.
306305
- Accessibility fixes
307306
- You can now add the `data-preload="true"` attribute [in your HTML tags](customize-ui-with-html.md#guidelines-for-using-custom-page-content) to control the load order for CSS and JavaScript.
308307
- Load linked CSS files at the same time as your HTML template so it doesn't 'flicker' between loading the files.
309308
- Control the order in which your `script` tags are fetched and executed before the page load.
310-
- Email field is now `type=email` and mobile keyboards will provide the correct suggestions.
311-
- Support for Chrome translate.
309+
- Email field is now `type=email` and mobile keyboards provide the correct suggestions.
310+
- Support for Chrome translates.
312311
- Added support for tenant branding in user flow pages.
313312

314313
**1.1.0**
@@ -339,11 +338,11 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
339338

340339
**1.2.9**
341340

342-
- Fixed `Enter` event trigger on MFA.
341+
- Fix `Enter` event trigger on MFA.
343342

344343
- CSS changes render page text/control in vertical manner for small screens
345344

346-
- Fixed Multifactor tab navigation bug.
345+
- Fix Multifactor tab navigation bug.
347346

348347
**1.2.8**
349348

@@ -378,9 +377,9 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
378377
- Minor bug fixes.
379378

380379
**1.2.2**
381-
- Fixed an issue with auto-filling the verification code when using iOS.
380+
- Fixed an issue with autofilling the verification code when using iOS.
382381
- Fixed an issue with redirecting a token to the relying party from Android Webview.
383-
- Added a UXString `heading` in addition to `intro` to display on the page as a title. This messages is hidden by default.
382+
- Added a UXString `heading` in addition to `intro` to display on the page as a title. This message is hidden by default.
384383
- Added support for using policy or the QueryString parameter `pageFlavor` to select the layout (classic, oceanBlue, or slateGray).
385384

386385
**1.2.1**
@@ -393,8 +392,8 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
393392
- You can now add the `data-preload="true"` attribute [in your HTML tags](customize-ui-with-html.md#guidelines-for-using-custom-page-content) to control the load order for CSS and JavaScript.
394393
- Load linked CSS files at the same time as your HTML template so it doesn't 'flicker' between loading the files.
395394
- Control the order in which your `script` tags are fetched and executed before the page load.
396-
- Email field is now `type=email` and mobile keyboards will provide the correct suggestions
397-
- Support for Chrome translate.
395+
- Email field is now `type=email` and mobile keyboards provide the correct suggestions
396+
- Support for Chrome translates.
398397
- Added support for tenant branding in user flow pages.
399398

400399
**1.1.0**
@@ -440,8 +439,8 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
440439
- You can now add the `data-preload="true"` attribute [in your HTML tags](customize-ui-with-html.md#guidelines-for-using-custom-page-content) to control the load order for CSS and JavaScript.
441440
- Load linked CSS files at the same time as your HTML template so it doesn't 'flicker' between loading the files.
442441
- Control the order in which your `script` tags are fetched and executed before the page load.
443-
- Email field is now `type=email` and mobile keyboards will provide the correct suggestions
444-
- Support for Chrome translate
442+
- Email field is now `type=email` and mobile keyboards provide the correct suggestions
443+
- Support for Chrome translates
445444

446445
**1.1.0**
447446

@@ -478,8 +477,8 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
478477
- You can now add the `data-preload="true"` attribute [in your HTML tags](customize-ui-with-html.md#guidelines-for-using-custom-page-content) to control the load order for CSS and JavaScript.
479478
- Load linked CSS files at the same time as your HTML template so it doesn't 'flicker' between loading the files.
480479
- Control the order in which your `script` tags are fetched and executed before the page load.
481-
- Email field is now `type=email` and mobile keyboards will provide the correct suggestions
482-
- Support for Chrome translate
480+
- Email field is now `type=email` and mobile keyboards provide the correct suggestions
481+
- Support for Chrome translates
483482

484483
**1.0.0**
485484

includes/active-directory-b2c-customization-prerequisites-custom-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ ms.author: kengaderdus
77
---
88

99
* Complete the steps in [Get started with custom policies in Active Directory B2C](../articles/active-directory-b2c/tutorial-create-user-flows.md?pivots=b2c-custom-policy). This tutorial guides you how to update custom policy files to use your Azure AD B2C tenant configuration.
10-
* If you haven't already done so, [register a web application](../articles/active-directory-b2c/tutorial-register-applications.md).
10+
* If you haven't registered a web app, register one by using the steps in [register a web application](../articles/active-directory-b2c/tutorial-register-applications.md).
1111

0 commit comments

Comments
 (0)