Skip to content

Commit f4f1bd0

Browse files
committed
Adding social login description to address verbatim comment
1 parent 662fdf3 commit f4f1bd0

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
lines changed

articles/active-directory-b2c/add-identity-provider.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Add an identity provider - Azure Active Directory B2C
33
description: Learn how to add an identity provider to your Active Directory B2C tenant.
44
services: active-directory-b2c
5-
author: kengaderdus
5+
author: garrodonnell
66
manager: CelesteDG
77

8-
ms.author: kengaderdus
9-
ms.date: 04/08/2022
8+
ms.author: godonnell
9+
ms.date: 01/18/2022
1010
ms.custom: mvc
1111
ms.topic: how-to
1212
ms.service: active-directory
@@ -21,7 +21,7 @@ With external identity provider federation, you can offer your consumers the abi
2121

2222
On the sign-up or sign-in page, Azure AD B2C presents a list of external identity providers the user can choose for sign-in. Once they select one of the external identity providers, they're taken (redirected) to the selected provider's website to complete the sign in process. After the user successfully signs in, they're returned to Azure AD B2C for authentication of the account in your application.
2323

24-
![Mobile sign-in example with a social account (Facebook)](media/add-identity-provider/external-idp.png)
24+
![Diagram showing mobile sign-in example with a social account (Facebook).](media/add-identity-provider/external-idp.png)
2525

2626
You can add identity providers that are supported by Azure Active Directory B2C (Azure AD B2C) to your [user flows](user-flow-overview.md) using the Azure portal. You can also add identity providers to your [custom policies](user-flow-overview.md).
2727

articles/active-directory-b2c/sign-in-options.md

Lines changed: 19 additions & 6 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: conceptual
12-
ms.date: 11/03/2022
12+
ms.date: 01/18/2022
1313
ms.author: godonnell
1414
ms.subservice: B2C
1515

@@ -28,7 +28,7 @@ Email sign-up is enabled by default in your local account identity provider sett
2828
- **Sign-up**: users are prompted for an email address, which is verified at sign-up (optional) and becomes their login ID. The user then enters any other information requested on the sign-up page, for example, display name, given name, and surname. Then they select **Continue** to create an account.
2929
- **Password reset**: Users enter and verify their email, after which the user can reset the password
3030

31-
![Email sign-up or sign-in experience](./media/sign-in-options/local-account-email-experience.png)
31+
![Series of screenshots showing email sign-up or sign-in experience.](./media/sign-in-options/local-account-email-experience.png)
3232

3333
Learn how to configure email sign-in in your local account identity provider.
3434
## Username sign-in
@@ -39,7 +39,7 @@ Your local account identity provider includes a Username option that lets users
3939
- **Sign-up**: Users will be prompted for a username, which will become their login ID. Users will also be prompted for an email address, which will be verified at sign-up. The email address will be used during a password reset flow. The user enters any other information requested on the sign-up page, for example, Display Name, Given Name, and Surname. The user then selects Continue to create the account.
4040
- **Password reset**: Users must enter their username and the associated email address. The email address must be verified, after which, the user can reset the password.
4141

42-
![Username sign-up or sign-in experience](./media/sign-in-options/local-account-username-experience.png)
42+
![Series of screenshots showing sign-up or sign-in experience.](./media/sign-in-options/local-account-username-experience.png)
4343

4444
## Phone sign-in
4545

@@ -53,7 +53,7 @@ Phone sign-in is a passwordless option in your local account identity provider s
5353
1. Next, the user is asked to provide a **recovery email**. The user enters their email address, and then selects *Send verification code*. A code is sent to the user's email inbox, which they can retrieve and enter in the Verification code box. Then the user selects Verify code.
5454
1. Once the code is verified, the user selects *Create* to create their account.
5555

56-
![Phone sign-up or sign-in experience](./media/sign-in-options/local-account-phone-experience.png)
56+
![Series of screenshots showing phone sign-up or sign-in experience.](./media/sign-in-options/local-account-phone-experience.png)
5757

5858
### Pricing for phone sign-in
5959

@@ -72,14 +72,27 @@ When you enable phone sign-up and sign-in for your user flows, it's also a good
7272

7373
The following screenshots demonstrate the phone recovery flow:
7474

75-
![Phone recovery user flow](./media/sign-in-options/local-account-change-phone-flow.png)
75+
![Diagram showing phone recovery user flow.](./media/sign-in-options/local-account-change-phone-flow.png)
7676

7777

7878
## Phone or email sign-in
7979

8080
You can choose to combine the [phone sign-in](#phone-sign-in), and the [email sign-in](#email-sign-in) in your local account identity provider settings. In the sign-up or sign-in page, user can type a phone number, or email address. Based on the user input, Azure AD B2C takes the user to the corresponding flow.
8181

82-
![Phone or email sign-up or sign-in experience](./media/sign-in-options/local-account-phone-and-email-experience.png)
82+
![Series of screenshots showing phone or email sign-up or sign-in experience.](./media/sign-in-options/local-account-phone-and-email-experience.png)
83+
84+
85+
## Social Login
86+
87+
You can configure Azure AD B2C to allow users to sign in to your application with credentials from external social or enterprise identity providers (IdP). Azure AD B2C supports external identity providers like Facebook, Microsoft account, Google, Twitter, and any identity provider that supports OAuth 1.0, OAuth 2.0, OpenID Connect, and SAML protocols.
88+
89+
With external identity provider federation, you can offer your consumers the ability to sign in with their existing social or enterprise accounts, without having to create a new account just for your application.
90+
91+
On the sign-up or sign-in page, Azure AD B2C presents a list of external identity providers the user can choose for sign-in. Once they select one of the external identity providers, they're redirected to the selected provider's website to complete the sign in process. After the user successfully signs in, they're returned to Azure AD B2C for authentication of the account in your application.
92+
93+
![Diagram showing mobile sign-in example with a social account (Facebook).](media/add-identity-provider/external-idp.png)
94+
95+
You can add identity providers that are supported by Azure Active Directory B2C (Azure AD B2C) to your [user flows](user-flow-overview.md) using the Azure portal. You can also add identity providers to your [custom policies](user-flow-overview.md).
8396

8497
## Next steps
8598

0 commit comments

Comments
 (0)