Skip to content

Commit c9f5704

Browse files
authored
Merge pull request #249570 from MicrosoftDocs/main
8/28/2023 PM Publish
2 parents 4bc3491 + 636c6be commit c9f5704

File tree

199 files changed

+3457
-1462
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+3457
-1462
lines changed

.openpublishing.redirection.azure-productivity.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,26 @@
184184
"source_path": "articles/lab-services/how-to-access-vm-for-students-within-teams.md",
185185
"redirect_url": "/azure/lab-services/tutorial-access-lab-virtual-machine-teams-canvas",
186186
"redirect_document_id": false
187+
},
188+
{
189+
"source_path": "articles/lab-services/lab-creator-support-information.md",
190+
"redirect_url": "/azure/lab-services/how-to-manage-labs",
191+
"redirect_document_id": false
192+
},
193+
{
194+
"source_path": "articles/lab-services/lab-user-support-information.md",
195+
"redirect_url": "/azure/lab-services/how-to-access-lab-virtual-machine",
196+
"redirect_document_id": false
197+
},
198+
{
199+
"source_path": "articles/lab-services/how-to-create-lab-plan-template.md",
200+
"redirect_url": "/azure/lab-services/how-to-create-lab-plan-bicep",
201+
"redirect_document_id": false
202+
},
203+
{
204+
"source_path": "articles/lab-services/how-to-create-lab-template.md",
205+
"redirect_url": "/azure/lab-services/how-to-create-lab-bicep",
206+
"redirect_document_id": false
187207
}
188208
]
189-
}
209+
}

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

Lines changed: 138 additions & 8 deletions
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: 07/18/2022
12+
ms.date: 08/23/2023
1313
ms.author: kengaderdus
1414
ms.subservice: B2C
1515
---
@@ -59,13 +59,46 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
5959

6060
## Self-asserted page (selfasserted)
6161

62+
**2.1.26**
63+
64+
- Replaced `Keypress` to `Key Down` event and avoid `Asterisk` for non-required in classic mode.
65+
66+
**2.1.25**
67+
68+
- Fixed content security policy (CSP) violation and remove additional request header X-Aspnetmvc-Version.
69+
70+
- Introduced Captcha mechanism for Self-asserted and Unified SSP Flows (_Beta-version-Internal use only_).
71+
72+
**2.1.24**
73+
74+
- Fixed accessibility bugs.
75+
76+
- Fixed MFA related issue and IE11 compatibility issues.
77+
78+
**2.1.23**
79+
80+
- Fixed accessibility bugs.
81+
82+
- Reduced `min-width` value for UI viewport for default template.
83+
84+
**2.1.22**
85+
86+
- Fixed accessibility bugs.
87+
88+
- Added logic to adopt QR Code Image generated from backend library.
89+
90+
**2.1.21**
91+
92+
- Additional sanitization of script tags to avoid XSS attacks.
93+
6294
**2.1.20**
63-
- Fixed an XSS issue on input from textbox
95+
- Fixed Enter event trigger on MFA.
96+
- CSS changes rendering page text/control in vertical manner for small screens
6497

6598
**2.1.19**
66-
- Fixed accessibility bugs
67-
- Handle Undefined Error message for existing user sign up
68-
- Move Password Mismatch Error to Inline instead of Page Level
99+
- Fixed accessibility bugs.
100+
- Handled Undefined Error message for existing user sign up.
101+
- Moved Password mismatch error to Inline instead of page level.
69102
- Accessibility changes related to High Contrast button display and anchor focus improvements
70103

71104
**2.1.18**
@@ -81,6 +114,7 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
81114
- Enforce Validation Error Update on control change and enable continue on email verified
82115
- Added additional field to error code to validation failure response
83116

117+
84118
**2.1.16**
85119
- Fixed "Claims for verification control have not been verified" bug while verifying code.
86120
- Hide error message on validation succeeds and send code to verify
@@ -94,7 +128,7 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
94128
**2.1.10**
95129

96130
- Correcting to the tab index
97-
- Fixing WCAG 2.1 accessibility and screen reader issues
131+
- Fixed WCAG 2.1 accessibility and screen reader issues
98132

99133
**2.1.9**
100134

@@ -187,10 +221,34 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
187221
> [!TIP]
188222
> If you localize your page to support multiple locales, or languages in a user flow. The [localization IDs](localization-string-ids.md) article provides the list of localization IDs that you can use for the page version you select.
189223
224+
**2.1.14**
225+
226+
- Replaced `Keypress` to `Key Down` event.
227+
228+
**2.1.13**
229+
230+
- Fixed content security policy (CSP) violation and remove additional request header X-Aspnetmvc-Version
231+
232+
- Introduced Captcha mechanism for Self-asserted and Unified SSP Flows (_Beta-version-Internal use only_)
233+
234+
**2.1.12**
235+
236+
- Removed `ReplaceAll` function for IE11 compatibility.
237+
238+
**2.1.11**
239+
240+
- Fixed accessibility bugs.
241+
242+
**2.1.10**
243+
244+
- Added additional sanitization of script tags to avoid XSS attacks.
245+
190246
**2.1.9**
191-
- Fix accessibility bugs
247+
248+
- Fixed accessibility bugs.
249+
192250
- Accessibility changes related to High Contrast button display and anchor focus improvements
193-
251+
194252
**2.1.8**
195253
- Add descriptive error message and fixed forgotPassword link!
196254

@@ -255,6 +313,46 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
255313

256314
## MFA page (multifactor)
257315

316+
**1.2.12**
317+
318+
- Replaced `KeyPress` to `KeyDown` event.
319+
320+
**1.2.11**
321+
322+
- Removed `ReplaceAll` function for IE11 compatibility.
323+
324+
**1.2.10**
325+
326+
- Fixed accessibility bugs.
327+
328+
**1.2.9**
329+
330+
- Fixed `Enter` event trigger on MFA.
331+
332+
- CSS changes render page text/control in vertical manner for small screens
333+
334+
- Fixed Multifactor tab navigation bug.
335+
336+
**1.2.8**
337+
338+
- Passed the response status for MFA verification with error for backend to further triage.
339+
340+
**1.2.7**
341+
342+
- Fixed accessibility issue on label for retries code.
343+
344+
- Fixed issue caused by incompatibility of default parameter on IE 11.
345+
346+
- Set up `H1` heading and enable by default.
347+
348+
- Updated HandlebarJS version to 4.7.7.
349+
350+
**1.2.6**
351+
352+
- Corrected the `autocomplete` value on verification code field from false to off.
353+
354+
- Fixed a few XSS encoding issues.
355+
258356
**1.2.5**
259357
- Fixed a language encoding issue that is causing the request to fail.
260358

@@ -303,7 +401,24 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
303401

304402
## Exception Page (globalexception)
305403

404+
**1.2.5**
405+
406+
- Removed `ReplaceAl`l function for IE11 compatibility.
407+
408+
**1.2.4**
409+
410+
- Fixed accessibility bugs.
411+
412+
**1.2.3**
413+
414+
- Updated HandlebarJS version to 4.7.7.
415+
416+
**1.2.2**
417+
418+
- Set up `H1` heading and enable by default.
419+
306420
**1.2.1**
421+
307422
- Updated jQuery version to 3.5.1.
308423
- Updated HandlebarJS version to 4.7.6.
309424

@@ -328,7 +443,20 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
328443

329444
## Other pages (ProviderSelection, ClaimsConsent, UnifiedSSD)
330445

446+
**1.2.4**
447+
448+
- Remove `ReplaceAll` function for IE11 compatibility.
449+
450+
**1.2.3**
451+
452+
- Fixed accessibility bugs.
453+
454+
**1.2.2**
455+
456+
- Updated HandlebarJS version to 4.7.7
457+
331458
**1.2.1**
459+
332460
- Updated jQuery version to 3.5.1.
333461
- Updated HandlebarJS version to 4.7.6.
334462

@@ -348,3 +476,5 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
348476
## Next steps
349477

350478
For details on how to customize the user interface of your applications in custom policies, see [Customize the user interface of your application using a custom policy](customize-ui-with-html.md).
479+
480+

articles/active-directory/conditional-access/concept-conditional-access-conditions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ This setting has an effect on access attempts made from the following mobile app
176176
| Outlook mobile app | Exchange Online | Android, iOS |
177177
| Power BI app | Power BI service | Windows 10, Windows 8.1, Windows 7, Android, and iOS |
178178
| Skype for Business | Exchange Online| Android, iOS |
179-
| Visual Studio Team Services app | Visual Studio Team Services | Windows 10, Windows 8.1, Windows 7, iOS, and Android |
179+
| Azure DevOps Services (formerly Visual Studio Team Services, or VSTS) app | Azure DevOps Services (formerly Visual Studio Team Services, or VSTS) | Windows 10, Windows 8.1, Windows 7, iOS, and Android |
180180

181181
### Exchange ActiveSync clients
182182

0 commit comments

Comments
 (0)