Skip to content

Commit b03ec7b

Browse files
authored
Merge pull request #105926 from mmacy/patch-46
[b2c][issue] Facebook not required for custom policies (fixes 47270)
2 parents ead6b80 + 2a51f26 commit b03ec7b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/active-directory-b2c/custom-policy-get-started.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Get started with custom policies - Azure Active Directory B2C
2+
title: Get started with custom policies
3+
titleSuffix: Azure AD B2C
34
description: Learn how to get started with custom policies in Azure Active Directory B2C.
45
services: active-directory-b2c
56
author: mmacy
@@ -8,7 +9,7 @@ manager: celestedg
89
ms.service: active-directory
910
ms.workload: identity
1011
ms.topic: conceptual
11-
ms.date: 10/18/2019
12+
ms.date: 02/28/2020
1213
ms.author: marsma
1314
ms.subservice: B2C
1415
---
@@ -23,7 +24,7 @@ ms.subservice: B2C
2324

2425
- If you don't have one already, [create an Azure AD B2C tenant](tutorial-create-tenant.md) that is linked to your Azure subscription.
2526
- [Register your application](tutorial-register-applications.md) in the tenant that you created so that it can communicate with Azure AD B2C.
26-
- Complete the steps in [Set up sign-up and sign-in with a Facebook account](identity-provider-facebook.md) to configure a Facebook application.
27+
- Complete the steps in [Set up sign-up and sign-in with a Facebook account](identity-provider-facebook.md) to configure a Facebook application. Although a Facebook application is not required for using custom policies, it's used in this walkthrough to demonstrate enabling social login in a custom policy.
2728

2829
## Add signing and encryption keys
2930

@@ -218,6 +219,8 @@ As you upload the files, Azure adds the prefix `B2C_1A_` to each.
218219

219220
## Add Facebook as an identity provider
220221

222+
As mentioned in [Prerequisites](#prerequisites), Facebook is *not* required for using custom policies, but is used here to demonstrate how you can enable federated social login in a custom policy.
223+
221224
1. In the `SocialAndLocalAccounts/`**`TrustFrameworkExtensions.xml`** file, replace the value of `client_id` with the Facebook application ID:
222225

223226
```xml

0 commit comments

Comments
 (0)