Skip to content

Commit 210e37b

Browse files
Merge pull request #217526 from kengaderdus/remove-preview
[Azure AD B2C ] remove preview for display controls, AAD MFA and SSPR TP
2 parents ddcce48 + 239afbc commit 210e37b

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

articles/active-directory-b2c/aad-sspr-technical-profile.md

Lines changed: 1 addition & 3 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: 06/23/2020
12+
ms.date: 11/08/2022
1313
ms.author: kengaderdus
1414
ms.subservice: B2C
1515
---
@@ -26,8 +26,6 @@ This technical profile:
2626
- Uses the Azure AD SSPR service to generate and send a code to an email address, and then verifies the code.
2727
- Validates an email address via a verification code.
2828

29-
[!INCLUDE [b2c-public-preview-feature](../../includes/active-directory-b2c-public-preview.md)]
30-
3129
## Protocol
3230

3331
The **Name** attribute of the **Protocol** element needs to be set to `Proprietary`. The **handler** attribute must contain the fully qualified name of the protocol handler assembly that is used by Azure AD B2C:

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

Lines changed: 4 additions & 2 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: 06/27/2022
12+
ms.date: 11/08/2022
1313
ms.custom: project-no-code
1414
ms.author: kengaderdus
1515
ms.subservice: B2C
@@ -22,7 +22,9 @@ Azure Active Directory B2C [user flows and custom policies](user-flow-overview.m
2222
## Terms for features in public preview
2323

2424
- We encourage you to use public preview features for evaluation purposes only.
25+
2526
- [Service level agreements (SLAs)](https://azure.microsoft.com/support/legal/sla/active-directory-b2c) don't apply to public preview features.
27+
2628
- Support requests for public preview features can be submitted through regular support channels.
2729

2830
## User flows
@@ -156,7 +158,7 @@ The following table summarizes the Security Assertion Markup Language (SAML) app
156158
| ------- | :--: | ----- |
157159
| [MFA using time-based one-time password (TOTP) with authenticator apps](multi-factor-authentication.md#verification-methods) | GA | Users can use any authenticator app that supports TOTP verification, such as the [Microsoft Authenticator app](https://www.microsoft.com/security/mobile-authenticator-app).|
158160
| [Phone factor authentication](phone-factor-technical-profile.md) | GA | |
159-
| [Azure AD MFA authentication](multi-factor-auth-technical-profile.md) | Preview | |
161+
| [Azure AD MFA authentication](multi-factor-auth-technical-profile.md) | GA | |
160162
| [One-time password](one-time-password-technical-profile.md) | GA | |
161163
| [Azure Active Directory](active-directory-technical-profile.md) as local directory | GA | |
162164
| [Predicate validations](predicates.md) | GA | For example, password complexity. |

articles/active-directory-b2c/multi-factor-auth-technical-profile.md

Lines changed: 1 addition & 2 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: 12/09/2021
12+
ms.date: 11/08/2022
1313
ms.author: kengaderdus
1414
ms.subservice: B2C
1515
---
@@ -18,7 +18,6 @@ ms.subservice: B2C
1818

1919
Azure Active Directory B2C (Azure AD B2C) provides support for verifying a phone number by using a verification code, or verifying a Time-based One-time Password (TOTP) code.
2020

21-
[!INCLUDE [b2c-public-preview-feature](../../includes/active-directory-b2c-public-preview.md)]
2221

2322
## Protocol
2423

0 commit comments

Comments
 (0)