Skip to content

Commit 5f8427f

Browse files
authored
Merge pull request #188286 from MicrosoftDocs/main
2/10 PM Publish
2 parents 7e196f3 + eeb1be2 commit 5f8427f

File tree

159 files changed

+1162
-720
lines changed

Some content is hidden

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

159 files changed

+1162
-720
lines changed

.openpublishing.redirection.active-directory.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/active-directory/authentication/cloud-native-certificate-based-authentication-faq.yml",
5+
"redirect_url": "/azure/active-directory/authentication/certificate-based-authentication-faq",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/active-directory/authentication/concept-cloud-native-certificate-based-authentication-limitations.md",
10+
"redirect_url": "/azure/active-directory/authentication/concept-certificate-based-authentication-limitations",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/active-directory/authentication/concept-cloud-native-certificate-based-authentication-technical-deep-dive.md",
15+
"redirect_url": "/azure/active-directory/authentication/concept-certificate-based-authentication-technical-deep-dive",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path_from_root": "/articles/active-directory/authentication/concept-cloud-native-certificate-based-authentication.md",
20+
"redirect_url": "/azure/active-directory/authentication/concept-certificate-based-authentication",
21+
"redirect_document_id": false
22+
},
323
{
424
"source_path_from_root": "/articles/active-directory/manage-apps/common-scenarios.md",
525
"redirect_url": "/azure/active-directory/manage-apps/what-is-application-management",

articles/active-directory/app-provisioning/define-conditional-rules-for-provisioning-user-accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Scoping filters are configured as part of the attribute mappings for each Azure
8282

8383
f. **IS NOT NULL**. Clause returns "true" if the evaluated attribute isn't empty.
8484

85-
g. **REGEX MATCH**. Clause returns "true" if the evaluated attribute matches a regular expression pattern. For example: ([1-9][0-9]) matches any number between 10 and 99.
85+
g. **REGEX MATCH**. Clause returns "true" if the evaluated attribute matches a regular expression pattern. For example: ([1-9][0-9]) matches any number between 10 and 99 (case sensitive).
8686

8787
h. **NOT REGEX MATCH**. Clause returns "true" if the evaluated attribute doesn't match a regular expression pattern.
8888

articles/active-directory/authentication/TOC.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@
7272
href: concept-password-ban-bad-on-premises.md
7373
- name: Security information registration
7474
href: concept-registration-mfa-sspr-combined.md
75-
- name: Kerberos authentication (Preview)
76-
href: how-to-authentication-kerberos.md
7775
- name: Resilient access controls
7876
href: concept-resilient-controls.md
7977
- name: How-to guides
@@ -186,21 +184,21 @@
186184
href: howto-password-smart-lockout.md
187185
- name: Certificate-based authentication
188186
items:
189-
- name: Cloud-native CBA (Preview)
187+
- name: Azure AD CBA (Preview)
190188
items:
191189
- name: Overview
192-
href: concept-cloud-native-certificate-based-authentication.md
193-
- name: How cloud-native CBA works
194-
href: concept-cloud-native-certificate-based-authentication-technical-deep-dive.md
190+
href: concept-certificate-based-authentication.md
191+
- name: How Azure AD CBA works
192+
href: concept-certificate-based-authentication-technical-deep-dive.md
195193
- name: Limitations
196-
href: concept-cloud-native-certificate-based-authentication-limitations.md
197-
- name: Configure cloud-native CBA
194+
href: concept-certificate-based-authentication-limitations.md
195+
- name: Configure Azure AD CBA
198196
href: how-to-certificate-based-authentication.md
199197
- name: FAQ
200-
href: cloud-native-certificate-based-authentication-faq.yml
198+
href: certificate-based-authentication-faq.yml
201199
- name: Troubleshoot
202-
href: troubleshoot-cloud-native-certificate-based-authentication.md
203-
- name: CBA with federation
200+
href: troubleshoot-certificate-based-authentication.md
201+
- name: Federated CBA with Azure AD
204202
items:
205203
- name: Configure CBA with federation
206204
href: active-directory-certificate-based-authentication-get-started.md

articles/active-directory/authentication/active-directory-certificate-based-authentication-get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: how-to
9-
ms.date: 01/31/2022
9+
ms.date: 02/10/2022
1010

1111
ms.author: justinha
1212
author: justinha
@@ -26,7 +26,7 @@ Certificate-based authentication (CBA) with federation enables you to be authent
2626
Configuring this feature eliminates the need to enter a username and password combination into certain mail and Microsoft Office applications on your mobile device.
2727

2828
>[!NOTE]
29-
>As an alternative, organizations can deploy cloud-native CBA against Azure Active Directory without needing federation. For more information, see [Overview of cloud-native certificate-based authentication against Azure Active Directory](concept-cloud-native-certificate-based-authentication.md).
29+
>As an alternative, organizations can deploy Azure AD CBA without needing federation. For more information, see [Overview of Azure AD certificate-based authentication against Azure Active Directory](concept-certificate-based-authentication.md).
3030
3131
This topic:
3232

@@ -37,7 +37,7 @@ This topic:
3737

3838
To configure CBA with federation, the following statements must be true:
3939

40-
- CBA with federation is only supported for Federated environments for browser applications, native clients using modern authentication (ADAL), or MSAL libraries. The one exception is Exchange Active Sync (EAS) for Exchange Online (EXO), which can be used for federated and managed accounts. To configure cloud-native CBA without needing federation, see [How to configure cloud-native certificate-based authentication in Azure Active Directory](how-to-certificate-based-authentication.md).
40+
- CBA with federation is only supported for Federated environments for browser applications, native clients using modern authentication (ADAL), or MSAL libraries. The one exception is Exchange Active Sync (EAS) for Exchange Online (EXO), which can be used for federated and managed accounts. To configure Azure AD CBA without needing federation, see [How to configure Azure AD certificate-based authentication](how-to-certificate-based-authentication.md).
4141
- The root certificate authority and any intermediate certificate authorities must be configured in Azure Active Directory.
4242
- Each certificate authority must have a certificate revocation list (CRL) that can be referenced via an internet-facing URL.
4343
- You must have at least one certificate authority configured in Azure Active Directory. You can find related steps in the [Configure the certificate authorities](#step-2-configure-the-certificate-authorities) section.
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
### YamlMime:FAQ
22
metadata:
3-
title: Cloud-native certificate-based authentication (CBA) FAQ - Azure Active Directory
4-
description: Frequently asked questions and answers related to cloud-native certificate-based authentication (CBA).
3+
title: Azure AD certificate-based authentication (CBA) FAQ - Azure Active Directory
4+
description: Frequently asked questions and answers related to Azure AD certificate-based authentication (CBA).
55

66
services: multi-factor-authentication
77
ms.service: active-directory
88
ms.subservice: authentication
99
ms.topic: how-to
1010
ms.date: 02/09/2022
1111
ms.author: justinha
12-
author: justinha
12+
author: vimrang
1313
manager: karenhoran
14-
ms.reviewer: michmcla
14+
ms.reviewer: vimrang
1515
ms.collection: M365-identity-device-management
1616

17-
title: Frequently asked questions about cloud-native certificate-based authentication (CBA)
17+
title: Frequently asked questions about Azure AD certificate-based authentication (CBA)
1818
summary: |
19-
This article addresses frequently asked questions about how cloud-native certificate-based authentication (CBA) against Azure Active Directory (Azure AD) works.
19+
This article addresses frequently asked questions about how Azure AD certificate-based authentication (CBA) works.
2020
Keep checking back for updated content.
2121
2222
>[!NOTE]
23-
>Cloud-native certificate-based authentication is currently in public preview. Some features might not be supported or have limited capabilities. For more information about previews, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
23+
>Azure AD certificate-based authentication is currently in public preview. Some features might not be supported or have limited capabilities. For more information about previews, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2424
2525
2626
2727
sections:
2828
- name: General
2929
questions:
3030
- question: |
31-
How do I enable cloud-native CBA?
31+
How do I enable Azure AD CBA?
3232
answer: |
3333
1. Sign in to the [Azure portal](https://portal.azure.com) as a Global Administrator.
3434
1. Click **Azure Active Directory** > **Security** > **Authentication methods** > **Certificate-based Authentication** > **Basics**, click **On** to enable certificate-based authentication.
3535
3636
- question: |
37-
Is cloud-native CBA a free feature?
37+
Is Azure AD CBA a free feature?
3838
answer: |
3939
Certificate-based authentication is a free feature.
40-
Every edition of Azure AD includes cloud-native CBA.
40+
Every edition of Azure AD includes Azure AD CBA.
4141
For more information about features in each Azure AD edition, see [Azure AD pricing](https://www.microsoft.com/security/business/identity-access-management/azure-ad-pricing).
4242
4343
- question: |
44-
Does cloud-native CBA support Alternate ID as the username instead of userPrincipalName?
44+
Does Azure AD CBA support Alternate ID as the username instead of userPrincipalName?
4545
answer: |
4646
No, sign-in using a non-UPN value, such as an alternate email, isn't supported now.
4747
@@ -58,7 +58,7 @@ sections:
5858
- question: |
5959
How do I turn certificate revocation checking on or off for a particular CA?
6060
answer: |
61-
We highly recommend not to disable certificate revocation list (CRL) checking as you will not be able to revoke certificates.
61+
We highly recommend not to disable certificate revocation list (CRL) checking as you won't be able to revoke certificates.
6262
However, to disable CRL checking if there are issues with CRL for a particular CA, you can update a trusted certificate authority and set the crlDistributionPoint attribute to """.
6363
6464
Use the [Set-AzureADTrustedCertificateAuthority](https://docs.microsoft.com/powershell/module/azuread/set-azureadtrustedcertificateauthority) cmdlet:
@@ -74,10 +74,10 @@ sections:
7474
answer: |
7575
Today as part of the public preview CRL sizes are limited as follows:
7676
77-
- 20MB in commercial (Microsoft 365, GCC)
78-
- 45MB in US Government (GCC High, Dept. of Defense)
77+
- 20 MB in commercial (Microsoft 365, GCC)
78+
- 45 MB in US Government (GCC High, Dept. of Defense)
7979
80-
We are reviewing the impact of these limits during public preview.
80+
We're reviewing the impact of these limits during public preview.
8181
8282
- question: |
8383
Will the changes to authentication policy change take effect immediately?
@@ -87,15 +87,15 @@ sections:
8787
- question: |
8888
How do I instantly revoke a certificate?
8989
answer: |
90-
Please follow the steps to [manually revoke a certificate](active-directory-certificate-based-authentication-get-started.md#step-3-configure-revocation).
90+
Follow the steps to [manually revoke a certificate](active-directory-certificate-based-authentication-get-started.md#step-3-configure-revocation).
9191
9292
additionalContent: |
9393
## Next steps
9494
If your question isn't answered here, the following support options are available:
9595
96-
* [Overview of cloud-native CBA](concept-cloud-native-certificate-based-authentication.md)
97-
* [Technical deep dive for cloud-native CBA](concept-cloud-native-certificate-based-authentication-technical-deep-dive.md)
98-
* [Limitations with cloud-native CBA](concept-cloud-native-certificate-based-authentication-limitations.md)
99-
* [How to configure cloud-native CBA](how-to-certificate-based-authentication.md)
100-
* [Troubleshoot cloud-native CBA](troubleshoot-cloud-native-certificate-based-authentication.md)
96+
* [Overview of Azure AD CBA](concept-certificate-based-authentication.md)
97+
* [Technical deep dive for Azure AD CBA](concept-certificate-based-authentication-technical-deep-dive.md)
98+
* [Limitations with Azure AD CBA](concept-certificate-based-authentication-limitations.md)
99+
* [How to configure Azure AD CBA](how-to-certificate-based-authentication.md)
100+
* [Troubleshoot Azure AD CBA](troubleshoot-certificate-based-authentication.md)
101101

articles/active-directory/authentication/concept-authentication-passwordless.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ The following providers offer FIDO2 security keys of different form factors that
112112
| Provider | Biometric | USB | NFC | BLE | FIPS Certified | Contact |
113113
|---------------------------|:-----------------:|:---:|:---:|:---:|:--------------:|-----------------------------------------------------------------------------------------------------|
114114
| AuthenTrend | ![y] | ![y]| ![y]| ![y]| ![n] | https://authentrend.com/about-us/#pg-35-3 |
115+
| Ciright | ![n] | ![n]| ![y]| ![n]| ![n] | https://www.cyberonecard.com/ |
115116
| Ensurity | ![y] | ![y]| ![n]| ![n]| ![n] | https://www.ensurity.com/contact |
116117
| Excelsecu | ![y] | ![y]| ![y]| ![y]| ![n] | https://www.excelsecu.com/productdetail/esecufido2secu.html |
117118
| Feitian | ![y] | ![y]| ![y]| ![y]| ![y] | https://shop.ftsafe.us/pages/microsoft |
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
---
2-
title: Limitations with cloud native certificate-based authentication without federation - Azure Active Directory
3-
description: Learn supported and unsupported scenarios for cloud native certificate-based authentication in Azure Active Directory
2+
title: Limitations with Azure AD certificate-based authentication without federation - Azure Active Directory
3+
description: Learn supported and unsupported scenarios for Azure AD certificate-based authentication
44

55
services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: how-to
9-
ms.date: 02/08/2022
9+
ms.date: 02/09/2022
1010

1111
ms.author: justinha
12-
author: justinha
12+
author: vimrang
1313
manager: daveba
14-
ms.reviewer: tommma
14+
ms.reviewer: vimrang
1515

1616
ms.collection: M365-identity-device-management
1717
ms.custom: has-adal-ref
1818
---
19-
# Limitations with cloud native certificate-based authentication in Azure Active Directory
19+
# Limitations with Azure AD certificate-based authentication
2020

21-
This topic covers supported and unsupported scenarios for cloud native certificate-based authentication in Azure Active Directory.
21+
This topic covers supported and unsupported scenarios for Azure Active Directory (Azure AD) certificate-based authentication.
2222

2323
>[!NOTE]
24-
>Cloud-native certificate-based authentication is currently in public preview. Some features might not be supported or have limited capabilities. For more information about previews, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
24+
>Azure AD certificate-based authentication is currently in public preview. Some features might not be supported or have limited capabilities. For more information about previews, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2525
2626
## Supported scenarios
2727

2828
The following scenarios are supported:
2929

3030
- User sign-ins to web browser-based applications on all platforms.
31-
- User sign-ins on mobile Native browsers.
31+
- User sign-ins on mobile native browsers.
3232
- Support for granular authentication rules for multifactor authentication by using the certificate issuer **Subject** and **policy OIDs**.
3333
- Configuring certificate-to-user account bindings by using the certificate Subject Alternate Name (SAN) principal name and SAN RFC822 name.
3434

@@ -37,7 +37,7 @@ The following scenarios are supported:
3737
The following scenarios aren't supported:
3838

3939
- Public Key Infrastructure for creating client certificates. Customers need to configure their own Public Key Infrastructure (PKI) and provision certificates to their users and devices.
40-
- Certificate Authority hints are not supported so the list of certificates that appears for users in the UI isn't scoped.
40+
- Certificate Authority hints aren't supported, so the list of certificates that appears for users in the UI isn't scoped.
4141
- Windows login using smart cards on Windows devices.
4242
- Only one Certificate Distribution Point for a trusted CA is supported.
4343
- The Certificate Distribution Point can be only HTTP URLs. We don't support Online Certificate Status Protocol (OSCP), or Lightweight Directory Access Protocol (LDAP) URLs.
@@ -46,9 +46,9 @@ The following scenarios aren't supported:
4646

4747
## Next steps
4848

49-
- [Overview of cloud native CBA](concept-cloud-native-certificate-based-authentication.md)
50-
- [Technical deep dive for cloud-native CBA](concept-cloud-native-certificate-based-authentication-technical-deep-dive.md)
51-
- [How to configure cloud native CBA](how-to-certificate-based-authentication.md)
52-
- [FAQ](cloud-native-certificate-based-authentication-faq.yml)
53-
- [Troubleshoot cloud native CBA](troubleshoot-cloud-native-certificate-based-authentication.md)
49+
- [Overview of Azure AD CBA](concept-certificate-based-authentication.md)
50+
- [Technical deep dive for Azure AD CBA](concept-certificate-based-authentication-technical-deep-dive.md)
51+
- [How to configure Azure AD CBA](how-to-certificate-based-authentication.md)
52+
- [FAQ](certificate-based-authentication-faq.yml)
53+
- [Troubleshoot AZure AD CBA](troubleshoot-certificate-based-authentication.md)
5454

0 commit comments

Comments
 (0)