การลิงก์บัญชี

การผสานรวม Cloud-to-cloud ทุกรายการต้องมีกลไกในการตรวจสอบสิทธิ์ผู้ใช้

การตรวจสอบสิทธิ์ช่วยให้คุณลิงก์บัญชี Google ของผู้ใช้กับบัญชีผู้ใช้ในระบบการตรวจสอบสิทธิ์ได้ ซึ่งจะช่วยให้คุณระบุผู้ใช้ได้เมื่อการดําเนินการของคุณได้รับ Intent สมาร์ทโฮม สมาร์ทโฮมของ Google รองรับ OAuth ที่มีขั้นตอนการใช้รหัสการให้สิทธิ์เท่านั้น

เมื่อติดตั้งใช้งาน OAuth 2.0 แล้ว คุณสามารถเลือกที่จะกำหนดค่า App Flip ตาม OAuth ซึ่งจะช่วยให้ผู้ใช้ลิงก์บัญชีในระบบการตรวจสอบสิทธิ์กับบัญชี Google ได้เร็วขึ้น

OAuth

สำหรับ smart home คุณต้องใช้สตรีม OAuth ที่มีรหัสการให้สิทธิ์ ซึ่งกำหนดให้คุณต้องมีปลายทาง 2 รายการ ได้แก่ ปลายทางการให้สิทธิ์และการเปลี่ยนโทเค็น

เมื่อตรวจสอบสิทธิ์ผู้ใช้แล้ว ระบบจะส่งโทเค็นการเข้าถึง OAuth 2.0 ของบุคคลที่สามของผู้ใช้ในส่วนหัวการให้สิทธิ์เมื่อส่งsmart homeความตั้งใจไปยังการดําเนินการ ผู้ใช้ทุกคนต้องทำการลิงก์บัญชี เนื่องจากระบบจะส่งข้อมูลอุปกรณ์ไปยัง Google Assistant ด้วย Intent action.devices.SYNC ซึ่งต้องมีการลิงก์บัญชี

การผสานรวม Cloud-to-cloud ควรรองรับผู้ใช้ Google หลายคนที่เชื่อมต่อกับบัญชีผู้ใช้เดียวกัน (เช่น เมื่อผู้ใช้ให้สิทธิ์เข้าถึงแก่ผู้ใช้รายอื่นในบ้าน) หากบริการของคุณไม่รองรับการเชื่อมต่อของผู้ใช้หลายคน ระบบจะแสดงข้อผิดพลาดเมื่อลิงก์บัญชี

ดูวิธีการตั้งค่าเซิร์ฟเวอร์ OAuth 2.0 สำหรับการผสานรวมได้ที่หัวข้อติดตั้งใช้งานเซิร์ฟเวอร์ OAuth 2.0

App Flip ตาม OAuth

OAuth-based App Flip Linking (App Flip) allows your users to easily and quickly link their accounts in your authentication system to their Google accounts. If your app is installed on your user’s phone when they initiate the account linking process, they are seamlessly flipped to your app to obtain user authorization.

This approach provides a faster and easier linking process since the user does not have to re-enter their username and password to authenticate; instead, App Flip leverages the credentials from the user's account on your app. Once a user has linked their Google account with your app, they can take advantage of any integrations that you have developed.

You can set up App Flip for both iOS and Android apps.

This figure shows the steps for a user to link their Google account
            to your authentication system. The first screenshot shows how a user
            can select your app if their Google account is linked to your app.
            The second screenshot shows the confirmation for linking their
            Google account with your app. The third screenshot shows a
            successfully linked user account in the Google app.
Figure 1. Account linking on a user's phone with App Flip.

Requirements

To implement App Flip, you must fulfill the following requirements:

  • You must have an Android or iOS app.
  • You must own, manage and maintain an OAuth 2.0 server which supports the OAuth 2.0 authorization code flow.

ดูข้อมูลเพิ่มเติมเกี่ยวกับโฟลว์รหัสการให้สิทธิ์การลิงก์ OAuth ได้ที่หัวข้อติดตั้งใช้งานเซิร์ฟเวอร์ OAuth 2.0

ดูวิธีการกำหนดค่า App Flip สำหรับการผสานรวมได้ที่ App Flip ตาม OAuth