Skip to content

Commit 74126fc

Browse files
committed
User flow versions article
1 parent 0af7af1 commit 74126fc

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

articles/active-directory-b2c/user-flow-versions.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,43 @@ manager: celestedg
88
ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: conceptual
11-
ms.date: 11/09/2018
11+
ms.date: 09/25/2018
1212
ms.author: marsma
1313
ms.subservice: B2C
1414
---
1515

1616
# User flow versions in Azure Active Directory B2C
1717

18-
>[!IMPORTANT]
19-
> Any user flow listed in the article is considered to be in public preview unless identified as **Recommended**. You should only use recommended user flows for your production applications.
20-
2118
User flows in Azure Active Directory B2C (Azure AD B2C) help you to set up common [policies](active-directory-b2c-reference-policies.md) that fully describe customer identity experiences. These experiences include sign-up, sign-in, password reset, or profile editing. In Azure AD B2C, you can select from a collection of both recommended user flows and preview user flows.
2219

2320
New user flows are added as new versions. As user flows become stable, they'll be recommended for use. User flows are marked as **Recommended** if they've been thoroughly tested. User flows will be considered in preview until marked as recommended. Use a recommended user flow for any production application, but choose from other versions to test new functionality as it becomes available. You shouldn't use older versions of recommended user flows.
2421

22+
>[!IMPORTANT]
23+
> Unless a user flow is identified as **Recommended**, it is considered to be in *preview*. You should use only recommended user flows for your production applications.
24+
2525
## V1
2626

2727
| User flow | Recommended | Description |
2828
| --------- | ----------- | ----------- |
2929
| Password reset | Yes | Enables a user to choose a new password after verifying their email. Using this user flow, you can configure: <ul><li>[Multi-factor authentication](active-directory-b2c-reference-mfa.md)</li><li>Token compatibility settings</li><li>[Password complexity requirements](active-directory-b2c-reference-password-complexity.md)</li></ul> |
3030
| Profile editing | Yes | Enables a user to configure their user attributes. Using this user flow, you can configure: <ul><li>[Token lifetime](active-directory-b2c-reference-tokens.md)</li><li>Token compatibility settings</li><li>Session behavior</li></ul> |
31-
| Resource owner | No | Enables a user with a local account to sign in directly in native applications (no browser required). Using this user flow, you can configure: <ul><li>[Token lifetime](active-directory-b2c-reference-tokens.md)</li><li>Token compatibility settings</li></ul> |
31+
| Sign in using ROPC | No | Enables a user with a local account to sign in directly in native applications (no browser required). Using this user flow, you can configure: <ul><li>[Token lifetime](active-directory-b2c-reference-tokens.md)</li><li>Token compatibility settings</li></ul> |
3232
| Sign in | No | Enables a user to sign in to their account. Using this user flow, you can configure: <ul><li>[Multi-factor authentication](active-directory-b2c-reference-mfa.md)</li><li>[Token lifetime](active-directory-b2c-reference-tokens.md)</li><li>Token compatibility settings</li><li>Session behavior</li><li>Block sign-in</li><li>Force password reset</li><li>Keep Me Signed In (KMSI)</ul><br>You can't customize the user interface with this user flow. |
3333
| Sign up | No | Enables a user to create an account. Using this user flow, you can configure: <ul><li>[Multi-factor authentication](active-directory-b2c-reference-mfa.md)</li><li>[Token lifetime](active-directory-b2c-reference-tokens.md)</li><li>Token compatibility settings</li><li>Session behavior</li><li>[Password complexity requirements](active-directory-b2c-reference-password-complexity.md)</li></ul> |
3434
| Sign up and sign in | Yes | Enables a user to create an account or sign in to their account. Using this user flow, you can configure: <ul><li>[Multi-factor authentication](active-directory-b2c-reference-mfa.md)</li><li>[Token lifetime](active-directory-b2c-reference-tokens.md)</li><li>Token compatibility settings</li><li>Session behavior</li><li>[Password complexity requirements](active-directory-b2c-reference-password-complexity.md)</li></ul>|
3535

36+
## V1.1
37+
38+
| User flow | Recommended | Description |
39+
| --------- | ----------- | ----------- |
40+
| Password reset v1.1 | No | Allows a user to choose a new password after verifying their email (new page layout available). Using this user flow, you can configure: <ul><li>[Multi-factor authentication](active-directory-b2c-reference-mfa.md)</li><li>Token compatibility settings</li><li>[Password complexity requirements](active-directory-b2c-reference-password-complexity.md)</li></ul> |
41+
3642
## V2
3743

3844
| User flow | Recommended | Description |
3945
| --------- | ----------- | ----------- |
4046
| Password reset v2 | No | Enables a user to choose a new password after verifying their email. Using this user flow, you can configure: <ul><li>[Multi-factor authentication](active-directory-b2c-reference-mfa.md)</li><li>Token compatibility settings</li><li>[Age gating](basic-age-gating.md)</li><li>[password complexity requirements](active-directory-b2c-reference-password-complexity.md)</li></ul> |
47+
| Profile editing v2 | Yes | Enables a user to configure their user attributes. Using this user flow, you can configure: <ul><li>[Token lifetime](active-directory-b2c-reference-tokens.md)</li><li>Token compatibility settings</li><li>Session behavior</li></ul> |
4148
| Sign in v2 | No | Enables a user to sign in to their account. Using this user flow, you can configure: <ul><li>[Multi-factor authentication](active-directory-b2c-reference-mfa.md)</li><li>[Token lifetime](active-directory-b2c-reference-tokens.md)</li><li>Token compatibility settings</li><li>Session behavior</li><li>[Age gating](basic-age-gating.md)</li><li>Sign-in page customization</li></ul> |
4249
| Sign up v2 | No | Enables a user to create an account. Using this user flow, you can configure: <ul><li>[Multi-factor authentication](active-directory-b2c-reference-mfa.md)</li><li>[Token lifetime](active-directory-b2c-reference-tokens.md)</li><li>Token compatibility settings</li><li>Session behavior</li><li>[Age gating](basic-age-gating.md)</li><li>[Password complexity requirements](active-directory-b2c-reference-password-complexity.md)</li></ul> |
4350
| Sign up and sign in v2 | No | Enables a user to create an account or sign in their account. Using this user flow, you can configure: <ul><li>[Multi-factor authentication](active-directory-b2c-reference-mfa.md)</li><li>[Age gating](basic-age-gating.md)</li><li>[Password complexity requirements](active-directory-b2c-reference-password-complexity.md)</li></ul> |

0 commit comments

Comments
 (0)