Skip to content

Commit a3f4f5a

Browse files
committed
Minor changes.
1 parent a8b6129 commit a3f4f5a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/active-directory/external-identities/facebook-federation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ services: active-directory
77
ms.service: active-directory
88
ms.subservice: B2B
99
ms.topic: how-to
10-
ms.date: 03/02/2021
10+
ms.date: 05/01/2023
1111

1212
ms.author: mimart
1313
author: msmimart
1414
manager: celestedg
1515
ms.custom: "it-pro, seo-update-azuread-jan"
16-
ms.collection: M365-identity-device-management
16+
ms.collection: engagement-fy23, M365-identity-device-management
1717
---
1818

1919
# Add Facebook as an identity provider for External Identities
2020

2121
You can add Facebook to your self-service sign-up user flows so that users can sign in to your applications using their own Facebook accounts. To allow users to sign in using Facebook, you'll first need to [enable self-service sign-up](self-service-sign-up-user-flow.md) for your tenant. After you add Facebook as an identity provider, set up a user flow for the application and select Facebook as one of the sign-in options.
2222

23-
After you've added Facebook as one of your application's sign-in options, on the **Sign in** page, a user can simply enter the email they use to sign in to Facebook, or they can select **Sign-in options** and choose **Sign in with Facebook**. In either case, they'll be redirected to the Facebook login page for authentication.
23+
After you've added Facebook as one of your application's sign-in options, on the **Sign in** page, a user can simply enter the email they use to sign in to Facebook, or they can select **Sign-in options** and choose **Sign in with Facebook**. In either case, they'll be redirected to the Facebook sign in page for authentication.
2424

2525
![Sign in options for facebook users](media/facebook-federation/sign-in-with-facebook-overview.png)
2626

@@ -38,7 +38,7 @@ To use a Facebook account as an [identity provider](identity-providers.md), you
3838
3939

4040
1. Sign in to [Facebook for developers](https://developers.facebook.com/) with your Facebook account credentials.
41-
2. If you have not already done so, you need to register as a Facebook developer. To do this, select **Get Started** on the upper-right corner of the page, accept Facebook's policies, and complete the registration steps.
41+
2. If you haven't already done so, you need to register as a Facebook developer. To do this, select **Get Started** on the upper-right corner of the page, accept Facebook's policies, and complete the registration steps.
4242
3. Select **My Apps** and then **Create App**.
4343
4. Enter a **Display Name** and a valid **Contact Email**.
4444
5. Select **Create App ID**. This may require you to accept Facebook platform policies and complete an online security check.
@@ -54,7 +54,7 @@ To use a Facebook account as an [identity provider](identity-providers.md), you
5454
15. Under **Facebook Login**, select **Settings**.
5555
16. In **Valid OAuth redirect URIs**, enter the appropriate URL (noted above).
5656
17. Select **Save Changes** at the bottom of the page.
57-
18. To make your Facebook application available to Azure AD, select the Status selector at the top right of the page and turn it **On** to make the Application public, and then select **Switch Mode**. At this point the Status should change from **Development** to **Live**.
57+
18. To make your Facebook application available to Azure AD, select the Status selector at the top right of the page and turn it **On** to make the Application public, and then select **Switch Mode**. At this point, the Status should change from **Development** to **Live**.
5858

5959
## Configure a Facebook account as an identity provider
6060
Now you'll set the Facebook client ID and client secret, either by entering it in the Azure AD portal or by using PowerShell. You can test your Facebook configuration by signing up via a user flow on an app enabled for self-service sign-up.
@@ -83,7 +83,7 @@ Now you'll set the Facebook client ID and client secret, either by entering it i
8383
> Use the client ID and client secret from the app you created above in the Facebook developer console. For more information, see the [New-AzureADMSIdentityProvider](/powershell/module/azuread/new-azureadmsidentityprovider?view=azureadps-2.0-preview&preserve-view=true) article.
8484
8585
## How do I remove Facebook federation?
86-
You can delete your Facebook federation setup. If you do so, any users who have signed up through user flows with their Facebook accounts will no longer be able to log in.
86+
You can delete your Facebook federation setup. If you do so, any users who have signed up through user flows with their Facebook accounts will no longer be able to sign in.
8787

8888
### To delete Facebook federation in the Azure AD portal:
8989
1. Go to the [Azure portal](https://portal.azure.com). In the left pane, select **Azure Active Directory**.

0 commit comments

Comments
 (0)