Skip to content

Commit 921926c

Browse files
committed
Updated steps.
1 parent a3f4f5a commit 921926c

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

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

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,22 @@ To use a Facebook account as an [identity provider](identity-providers.md), you
4040
1. Sign in to [Facebook for developers](https://developers.facebook.com/) with your Facebook account credentials.
4141
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**.
43-
4. Enter a **Display Name** and a valid **Contact Email**.
44-
5. Select **Create App ID**. This may require you to accept Facebook platform policies and complete an online security check.
45-
6. Select **Settings** > **Basic**.
46-
7. Choose a **Category**, for example Business and Pages. This value is required by Facebook, but not used for Azure AD.
47-
8. At the bottom of the page, select **Add Platform**, and then select **Website**.
48-
9. In **Site URL**, enter the appropriate URL (noted above).
49-
10. In **Privacy Policy URL**, enter the URL for the page where you maintain privacy information for your application, for example `http://www.contoso.com`.
50-
11. Select **Save Changes**.
51-
12. At the top of the page, copy the value of **App ID**.
52-
13. Select **Show** and copy the value of **App Secret**. You use both of them to configure Facebook as an identity provider in your tenant. **App Secret** is an important security credential.
53-
14. Select the plus sign next to **PRODUCTS**, and then select **Set up** under **Facebook Login**.
54-
15. Under **Facebook Login**, select **Settings**.
55-
16. In **Valid OAuth redirect URIs**, enter the appropriate URL (noted above).
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**.
43+
1. **Select an app type** and then **Details**
44+
1. **Add an app name** and a valid **App contact email**.
45+
1. Select **Create app**. This may require you to accept Facebook platform policies and complete an online security check.
46+
1. Select **Settings** > **Basic**.
47+
1. Choose a **Category**, for example **Business and pages**. This value is required by Facebook, but not used for Azure AD.
48+
1. At the bottom of the page, select **Add Platform**, and then select **Website**.
49+
1. In **Site URL**, enter the appropriate URL (noted above).
50+
1. In **Privacy Policy URL** at the top of the page, enter the URL for the page where you maintain privacy information for your application, for example `http://www.contoso.com`.
51+
1. Select **Save changes**.
52+
1. At the top of the page, copy the value of **App ID**.
53+
1. At the top of the page, select **Show** and copy the value of **App secret**. You use both of them to configure Facebook as an identity provider in your tenant. **App secret** is an important security credential.
54+
1. In the left menu select **Add Product** next to **Products**, and then select **Set up** under **Facebook Login**.
55+
1. Under **Facebook Login** in the left, select **Settings**.
56+
1. In **Valid OAuth redirect URIs**, enter the appropriate URL (noted above).
57+
1. Select **Save changes** at the bottom of the page.
58+
1. To make your Facebook application available to Azure AD, select the **App Mode** selector at the top of the page and turn it **Live** to make the Application public.
5859

5960
## Configure a Facebook account as an identity provider
6061
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.
@@ -65,9 +66,9 @@ Now you'll set the Facebook client ID and client secret, either by entering it i
6566
3. In the left menu, select **External Identities**.
6667
4. Select **All identity providers**, then select **Facebook**.
6768
5. For the **Client ID**, enter the **App ID** of the Facebook application that you created earlier.
68-
6. For the **Client secret**, enter the **App Secret** that you recorded.
69+
6. For the **Client secret**, enter the **App secret** that you recorded.
6970

70-
![Screenshot showing the Add social identity provider page](media/facebook-federation/add-social-identity-provider-page.png)
71+
:::image type="content" source="media/facebook-federation/add-social-identity-provider-page.png" alt-text="Screenshot showing the Add social identity provider page.":::
7172

7273
7. Select **Save**.
7374
### To configure Facebook federation by using PowerShell
@@ -86,10 +87,11 @@ Now you'll set the Facebook client ID and client secret, either by entering it i
8687
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.
8788

8889
### To delete Facebook federation in the Azure AD portal:
89-
1. Go to the [Azure portal](https://portal.azure.com). In the left pane, select **Azure Active Directory**.
90-
2. Select **External Identities**.
90+
1. Sign in to the [Azure portal](https://portal.azure.com) as the global administrator of your Azure AD tenant.
91+
2. Under **Azure services**, select **Azure Active Directory**.
92+
3. In the left menu, select **External Identities**.
9193
3. Select **All identity providers**.
92-
4. On the **Facebook** line, select the context menu (**...**) and then select **Delete**.
94+
4. Select the **Facebook** line, and then select **Delete**.
9395
5. Select **Yes** to confirm deletion.
9496

9597
### To delete Facebook federation by using PowerShell:

0 commit comments

Comments
 (0)