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
# Add Facebook as an identity provider for External Identities
20
20
21
21
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.
22
22
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.
24
24
25
25

26
26
@@ -38,7 +38,7 @@ To use a Facebook account as an [identity provider](identity-providers.md), you
38
38
39
39
40
40
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.
42
42
3. Select **My Apps** and then **Create App**.
43
43
4. Enter a **Display Name** and a valid **Contact Email**.
44
44
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
54
54
15. Under **Facebook Login**, select **Settings**.
55
55
16. In **Valid OAuth redirect URIs**, enter the appropriate URL (noted above).
56
56
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**.
58
58
59
59
## Configure a Facebook account as an identity provider
60
60
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
83
83
> 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.
84
84
85
85
## 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.
87
87
88
88
### To delete Facebook federation in the Azure AD portal:
89
89
1. Go to the [Azure portal](https://portal.azure.com). In the left pane, select **Azure Active Directory**.
0 commit comments