Skip to content

Commit 2a6660c

Browse files
Apply suggestions from PR review
1 parent 6fee046 commit 2a6660c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/active-directory-b2c/identity-provider-wechat.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ zone_pivot_groups: b2c-policy-type
2525
## Prerequisites
2626

2727
[!INCLUDE [active-directory-b2c-customization-prerequisites](../../includes/active-directory-b2c-customization-prerequisites.md)]
28-
1. Approved Weixin Open Platform account ([https://kf.qq.com](https://kf.qq.com/faq/161220Brem2Q161220uUjERB.html))
29-
1. Approved application on Weixin Open Platform
28+
* Get an approved Weixin Open Platform account at [https://kf.qq.com](https://kf.qq.com/faq/161220Brem2Q161220uUjERB.html).
29+
* Get an approved application on Weixin Open Platform.
3030

3131
## Create a WeChat application
3232

@@ -37,7 +37,7 @@ To enable sign-in for users with a WeChat account in Azure Active Directory B2C
3737
1. Sign in to [https://open.weixin.qq.com/](https://open.weixin.qq.com/) with your WeChat credentials.
3838
1. Select **管理中心** (management center).
3939
1. Follow the steps to register a new application.
40-
1. Under the **Development information** section, set the "Authorization callback domain" to `your-tenant-name.b2clogin.com`.
40+
1. In the **Development information** section, set the "Authorization callback domain" to `your-tenant-name.b2clogin.com`.
4141
1. Ensure that the application status is "Approved".
4242
1. At the top of **Application details**, copy the **APP ID** and **APP KEY**. You need both of them to configure the identity provider to your tenant.
4343

@@ -54,7 +54,7 @@ To enable sign-in for users with a WeChat account in Azure Active Directory B2C
5454
1. For the **Client secret**, enter the APP KEY that you recorded.
5555
1. Select **Save**.
5656

57-
![Screenshot showing popup titled Configure social identity provider with completed form fields for social identity provider name, WeChat client ID and app secret.](media/identity-provider-azure-ad-b2c/wechat-client-configuration.png)
57+
:::image type="content" source="media/identity-provider-azure-ad-b2c/wechat-client-configuration.png" alt-text="Screenshot that shows the Configure social identity provider window, with completed form fields for social identity provider name, WeChat client ID, and app secret." lightbox="media/identity-provider-azure-ad-b2c/wechat-client-configuration.png":::
5858

5959
## Add WeChat identity provider to a user flow
6060

@@ -63,7 +63,7 @@ To enable sign-in for users with a WeChat account in Azure Active Directory B2C
6363
1. Under the **Social identity providers**, select **WeChat**.
6464
1. Select **Save**.
6565

66-
![Screenshot showing WeChat as a selected identity provider in Identity Providers blade.](media/identity-provider-azure-ad-b2c/link-wechat-identity-provider.png)
66+
:::image type="content" source="media/identity-provider-azure-ad-b2c/link-wechat-identity-provider.png" alt-text="Screenshot showing WeChat as a selected identity provider in the Identity Providers section." lightbox="media/identity-provider-azure-ad-b2c/link-wechat-identity-provider.png":::
6767

6868
1. To test your policy, select **Run user flow**.
6969
1. For **Application**, select the web application named *testapp1* that you previously registered. The **Reply URL** should show `https://jwt.ms`.

0 commit comments

Comments
 (0)