Skip to content

Commit c7bddab

Browse files
authored
Update data-residency.md
1 parent 39ade76 commit c7bddab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/data-residency.md

Lines changed: 2 additions & 2 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: reference
12-
ms.date: 10/19/2020
12+
ms.date: 10/20/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
ms.custom: references_regions
@@ -61,7 +61,7 @@ With Azure AD B2C [custom policies](custom-policy-overview.md), you can integrat
6161
- During the sign-up and profile editing flows, Azure AD B2C calls a custom REST API to persist the user profile to the remote data source. The user's credentials are stored in Azure AD B2C directory.
6262
- Upon sign-in, after credentials validation with a local or social account, Azure AD B2C invokes the REST API, which sends the user's unique identifier as a user primary key (email address or user objectId). The REST API reads the data from the remote database and returns the user profile.
6363

64-
After sign-up, profile editing, or sign-in is complete, Azure AD B2C includes the user profile in the access token that is returned to the application. For more information, see the [Azure AD B2C Remote profile sample solution] (https://github.com/azure-ad-b2c/samples/tree/master/policies/remote-profile) in GitHub.
64+
After sign-up, profile editing, or sign-in is complete, Azure AD B2C includes the user profile in the access token that is returned to the application. For more information, see the [Azure AD B2C Remote profile sample solution](https://github.com/azure-ad-b2c/samples/tree/master/policies/remote-profile) in GitHub.
6565

6666
## Preview tenant
6767

0 commit comments

Comments
 (0)