Skip to content

Commit 6222aff

Browse files
committed
minor edit
1 parent 0594232 commit 6222aff

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
@@ -78,7 +78,7 @@ At the moment, the following countries have the local data residence option:
7878

7979
|If you're in | What to do |
8080
|-------------|---------|
81-
| Australia | If you've existing Azure AD B2C tenant that you created since **April 2021**, your data is resident in Australia. You need to opt-in to start using Go-Local add-on. <br> If you're creating a new Azure AD B2C tenant, you can enable Go-Local add-on when you create it.|
81+
| Australia | If you've existing Azure AD B2C tenant that you created since **April 2021**, your data is resident in Australia. You need to opt in to start using Go-Local add-on. <br> If you're creating a new Azure AD B2C tenant, you can enable Go-Local add-on when you create it.|
8282
| Japan | You can enable Go-Local add-on when you create a new Azure AD B2C tenant. |
8383

8484

@@ -105,7 +105,7 @@ With Azure AD B2C [custom policies](custom-policy-overview.md), you can integrat
105105
- 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.
106106
- 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.
107107

108-
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.
108+
After sign-up, profile editing, or sign-in action 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.
109109

110110
## Next steps
111111

0 commit comments

Comments
 (0)