title: Set up sign-up and sign-in with a QQ account using Azure Active Directory B2C | Microsoft Docs description: Provide sign-up and sign-in to customers with QQ accounts in your applications using Azure Active Directory B2C. services: active-directory-b2c author: davidmu1 manager: mtillman
ms.service: active-directory ms.workload: identity ms.topic: conceptual ms.date: 09/11/2018 ms.author: davidmu ms.component: B2C
Note
This feature is in preview.
To use a QQ account as an identity provider in Azure Active Directory (Azure AD) B2C, you need to create an application in your tenant that represents it. If you don’t already have a QQ account, you can get it at https://ssl.zc.qq.com/en/index.html?type=1&ptlang=1033.
- Sign in to the QQ developer portal with your QQ account credentials.
- After signing in, go to http://open.qq.com/reg to register yourself as a developer.
- Select 个人 (individual developer).
- Enter the required information and select 下一步 (next step).
- Complete the email verification process. You will need to wait a few days to be approved after registering as a developer.
- Go to https://connect.qq.com/index.html.
- Select 应用管理 (app management).
- Select 创建应用 (create app) and enter the required information.
- Enter
https://your-tenant-name.b2clogin.com/your-tenant-name}.onmicrosoft.com/oauth2/authresp
in 授权回调域 (callback URL). For example, if yourtenant_name
is contoso, set the URL to behttps://contoso.b2clogin.com/contoso.onmicrosoft.com/oauth2/authresp
. - Select 创建应用 (create app).
- On the confirmation page, select 应用管理 (app management) to return to the app management page.
- Select 查看 (view) next to the app you created.
- Select 修改 (edit).
- Copy the APP ID and APP KEY. You need both of these values to add the identity provider to your tenant.
- Sign in to the Azure portal as the global administrator of your Azure AD B2C tenant.
- Make sure you're using the directory that contains your Azure AD B2C tenant by clicking the Directory and subscription filter in the top menu and choosing the directory that contains your tenant.
- Choose All services in the top-left corner of the Azure portal, search for and select Azure AD B2C.
- Select Identity providers, and then select Add.
- Provide a Name. For example, enter QQ.
- Select Identity provider type, select QQ (Preview), and click OK.
- Select Set up this identity provider and enter the APP ID that you recorded earlier as the Client ID and enter the APP Key that you recorded as the Client secret of the QQ application that you created earlier.
- Click OK and then click Create to save your QQ configuration.