You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/user-flow-versions.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,36 +8,43 @@ manager: celestedg
8
8
ms.service: active-directory
9
9
ms.workload: identity
10
10
ms.topic: conceptual
11
-
ms.date: 11/09/2018
11
+
ms.date: 09/25/2018
12
12
ms.author: marsma
13
13
ms.subservice: B2C
14
14
---
15
15
16
16
# User flow versions in Azure Active Directory B2C
17
17
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
-
21
18
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.
22
19
23
20
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.
24
21
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
+
25
25
## V1
26
26
27
27
| User flow | Recommended | Description |
28
28
| --------- | ----------- | ----------- |
29
29
| 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> |
30
30
| 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> |
32
32
| 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. |
33
33
| 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> |
34
34
| 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>|
35
35
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
+
36
42
## V2
37
43
38
44
| User flow | Recommended | Description |
39
45
| --------- | ----------- | ----------- |
40
46
| 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> |
41
48
| 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> |
42
49
| 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> |
43
50
| 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