Verifikasi Nomor Ponsel dengan SMS

Verifikasi Nomor Ponsel dengan SMS

Enter your mobile number to receive a free verification SMS.

Verification Code
Please enter the code you received.

Note:

  1. Mobile number is only for delivering free verification code SMS.
  2. Tencent will not use your mobile number for other commercial purposes or distribute it to other parties.

Tencent QQ Social Login

Update Time: 2024-07-24 09:31:53

Scene Introduction

Overview: Tencent QQ social login adalah sebuah fitur yang memungkinkan pengguna untuk melakukan login ke aplikasi atau website lain dengan menggunakan akun Tencent QQ sebagai sumber identitas. Dengan mengonfigurasi dan menyalakan Tencent QQ's social login di Authing, Anda dapat dengan cepat mendapatkan informasi dasar terbuka dari Tencent QQ melalui Authing dan membantu pengguna untuk melakukan login tanpa menggunakan kata sandi.

Aplikasi Scenario

  • Create website applications
  • Create mobile applications

End User Preview:

  • Jika Anda tidak memiliki akun pada platform internet QQ, silakan ke Centers of the QQ Internet (opens new window) untuk registrasi akun developer.
  • Aplikasi dapat dibuat setelah mendapat persetujuan.
  • Jika Anda tidak memiliki akun console Authing, silakan ke console Authing (opens new window) untuk registrasi akun developer.

Step 1: Create a website application on the QQ open platform

  1. Go to QQ Connect Center (opens new window) and create a website application.
  2. Click your personal QQ avatar at the top left of the page to complete the registration and initiate an audit, and then click "Website Application" and "Create Application" to create a website application that uses QQ to log in.
  3. If you encounter any problems during the process, please refer to the official QQ documentation at the top of the page.

During the application creation process, you need to configure the allowed callback addresses. Please use the following settings:

https://core.authing.cn/connection/social/qq/:userPoolId/callback

Please replace :userPoolId with the user pool ID of your Authing console.

Step 2: Configure Tencent QQ in the Authing console

  1. Click the "Create Connection" button on the "Social" page of the Authing console to enter the "Choosing a Social Identity Source" page.
  2. Click the "Tencent QQ" identity source button on the "Create Connection" – "Choosing a Social Identity Source" page of the Authing console to enter the "Tencent QQ Login Mode" page.
  3. Configure the relevant field information on the "Social" – "Tencent QQ" page of the Authing console.

Field/Function
Describe

Unique Identifier
a. The unique identifier consists of lowercase letters, numbers, and -, and the length is less than 32 bits.
b. This is the unique identifier of this connection and cannot be modified after setting.

Display Name
This name will be displayed on buttons on the end user's login screen.

APP ID
QQ application number, which needs to be obtained on the QQ open platform.

APP Key
QQ application key, which needs to be obtained on the QQ open platform.

Callback URL
You can fill in your business callback address. After the user completes the login, the browser will jump to this address.

Scopes
By default, Authing will only apply for authorization of basic user information (such as avatar, nickname, etc.). If you need more advanced permissions, you can check the corresponding options.

Redirect URL
QQ valid redirect URI. This URL needs to be configured on the QQ open platform.

Login Mode
After "Login Only Mode" is enabled, you can only log in to an existing account and cannot create a new account. Please choose carefully.

Account Identity Association
When "Account Identity Association" is not enabled, a new user is created by default when a user logs in through an identity source. After enabling "Account Identity Association", you can allow users to directly log in to existing accounts through "Field Matching" or "Asking for Binding". a. Association method: select

After the configuration is complete, click the "Create" or "Save" button to complete the creation.

Step 3: Development Access

Recommended development access method: use the hosted login page.

Description of advantages and disadvantages:

  • Simple operation and maintenance, and Authing is responsible for operation and maintenance.
  • Each user pool has an independent second-level domain name; if you need to embed it into your application, you need to use the pop-up mode to log in, that is: after clicking the login button, a window will pop up with the content of Authing hosting login page, or redirect the browser to the login page hosted by Authing.

Detailed access method:

  1. Create an application in the Authing console. For details, see: How to Create an Application in Authing (opens new window).
  2. Configure the Tencent QQ social login on the "Social" page of the Authing console.
  3. Use the hosted login page to log in with your Tencent QQ account.

Referensi

Leave a comment