Skip to content

Commit a232ccf

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into downlink-aqua
2 parents d4f853e + f977a78 commit a232ccf

File tree

243 files changed

+3155
-1474
lines changed

Some content is hidden

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

243 files changed

+3155
-1474
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27844,6 +27844,11 @@
2784427844
"redirect_url": "/azure/virtual-machines/workloads/sap/deployment-checklist",
2784527845
"redirect_document_id": false
2784627846
},
27847+
{
27848+
"source_path_from_root": "/articles/virtual-machines/workloads/sap/sap-get-started-classic.md",
27849+
"redirect_url": "/azure/virtual-machines/workloads/sap/get-started",
27850+
"redirect_document_id": false
27851+
},
2784727852
{
2784827853
"source_path_from_root": "/articles/migrate/how-to-scale-assessment.md",
2784927854
"redirect_url": "scale-hyper-v-assessment",

articles/active-directory-b2c/azure-ad-b2c-global-identity-funnel-based-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Active Directory B2C global identity framework funnel-based design considerations
2+
title: Build a global identity solution with funnel-based approach
33
titleSuffix: Azure AD B2C
44
description: Learn the funnel-based design consideration for Azure AD B2C to provide customer identity management for global customers.
55
services: active-directory-b2c

articles/active-directory-b2c/azure-ad-b2c-global-identity-region-based-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Active Directory B2C global identity framework region-based design considerations
2+
title: Build a global identity solution with region-based approach
33
titleSuffix: Azure AD B2C
44
description: Learn the region-based design consideration for Azure AD B2C to provide customer identity management for global customers.
55
services: active-directory-b2c

articles/active-directory-b2c/partner-akamai-secure-hybrid-access.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ Once the Application is deployed in a private environment and a connector is cap
385385

386386
| Header Name | Attribute |
387387
|--------------|-----------|
388-
| ps-sso-first | http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name |
389-
| ps-sso-last | http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname |
388+
| ps-sso-first | `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name` |
389+
| ps-sso-last | `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname` |
390390
| ps-sso-EmailAddress | emailaddress |
391391
| ps-sso-uid | objectId |
392392

articles/active-directory-b2c/partner-arkose-labs.md

Lines changed: 137 additions & 145 deletions
Large diffs are not rendered by default.

articles/active-directory/authentication/concept-authentication-methods-manage.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: conceptual
9-
ms.date: 12/06/2022
9+
ms.date: 01/07/2023
1010

1111
ms.author: justinha
1212
author: justinha
13+
ms.reviewer: jpettere
1314
manager: amycolannino
1415

1516
ms.collection: M365-identity-device-management
@@ -98,9 +99,12 @@ Tenants are set to either Pre-migration or Migration in Progress by default, dep
9899

99100
:::image type="content" border="true" source="./media/concept-authentication-methods-manage/reason.png" alt-text="Screenshot of reasons for rollback.":::
100101

101-
## Known issues
102-
103-
* Currently, all users must be enabled for at least one MFA method that isn't passwordless and the user can register in interrupt mode. Possible methods include Microsoft Authenticator, SMS, voice calls, and software OATH/mobile app code. The method(s) can be enabled in any policy. If a user is not eligible for at least one of those methods, the user will see an error during registration and when visiting My Security Info. We're working to improve this experience to enable fully passwordless configurations.
102+
>[!NOTE]
103+
>After all authentication methods are fully migrated, the following elements of the legacy SSPR policy remain active:
104+
> - The **Number of methods required to reset** control: admins can continue to change how many authentication methods must be verified before a user can perform SSPR.
105+
> - The SSPR administrator policy: admins can continue to register and use any methods listed under the legacy SSPR administrator policy or methods they're enabled to use in the Authentication methods policy.
106+
>
107+
> In the future, both of these features will be integrated with the Authentication methods policy.
104108
105109
## Next steps
106110

articles/active-directory/authentication/concept-certificate-based-authentication-certificateuserids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.custom: has-adal-ref
1919

2020
# Certificate user IDs
2121

22-
Azure AD has a multivalued attribute named **certificateUserIds** on the user object that can be used in Username bindings. The attribute allows up to four values, and each value can be of 120-character length. It can store any value, and doesn't require email ID format. It can store non-routable User Principal Names (UPNs) like _bob@woodgrove_ or _bob@local_.
22+
Users in Azure AD can have a multivalued attribute named **certificateUserIds**. The attribute allows up to four values, and each value can be of 120-character length. It can store any value, and doesn't require email ID format. It can store non-routable User Principal Names (UPNs) like _bob@woodgrove_ or _bob@local_.
2323

2424
## Supported patterns for certificate user IDs
2525

articles/active-directory/authentication/how-to-authentication-methods-manage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: conceptual
9-
ms.date: 12/12/2022
9+
ms.date: 01/07/2023
1010

1111
ms.author: justinha
1212
author: justinha
13+
ms.reviewer: jpettere
1314
manager: amycolannino
1415

1516
ms.collection: M365-identity-device-management

articles/active-directory/azuread-dev/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ title: Azure Active Directory for developers
44
summary: |
55
Azure Active Directory (Azure AD) is a cloud identity service that allows developers to build apps that sign in users with a Microsoft work or school account. Azure AD supports building single-tenant line-of-business (LOB) apps as well as multi-tenant apps.
66
7-
IMPORTANT: This content is for the older Azure AD v1.0 endpoint, use the Microsoft identity platform for new projects.
7+
IMPORTANT: This content is for the older Azure AD v1.0 endpoint, use the Microsoft identity platform (https://aka.ms/identityplatform) for new projects.
88
99
metadata:
1010
ms.topic: landing-page
11-
ms.date: 01/27/2020
11+
ms.date: 01/06/2023
1212
author: CelesteDG
1313
ms.author: celested
1414
ms.service: active-directory

articles/active-directory/develop/TOC.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -814,8 +814,10 @@
814814
href: reply-url.md
815815
- name: Validation differences by supported account types
816816
href: supported-accounts-validation.md
817-
- name: Configured permissions limits troubleshooting
818-
href: troubleshoot-required-resource-access-limits.md
817+
- name: Claims mapping policy type
818+
href: reference-claims-mapping-policy-type.md
819+
- name: Configured permissions limits troubleshooting
820+
href: troubleshoot-required-resource-access-limits.md
819821
- name: Microsoft auth libraries by app type
820822
displayName: MSAL, auth client library, SDK, token validation
821823
href: reference-v2-libraries.md

0 commit comments

Comments
 (0)