WeChat Official Account Authentication
Document Description
This document describes the development guide for BambooCloud IDaaS integrating WeChat Official Accounts using the OAuth protocol. The intended readers are WeChat Official Account developers accessing BambooCloud IDaaS.
The overall steps are as follows.

Integration Flow
The WeChat Official Account authentication integration flow is as follows.

WeChat Official Account Platform Configuration
Register a WeChat Official Account: Visit the WeChat Public Platform official website, register an enterprise public platform. For specific registration steps, please refer to the WeChat official documentation.
Obtain the developer ID and password of the Official Account.
Configure the web authorization callback domain of the Official Account.
For details, please refer to the user guide -> Configuring WeChat Official Account Authorized Login
IDaaS Platform Configuration
Add a WeChat Official Account authentication source.
Register an application.
Configure the application authentication method and login configuration.
For details, please refer to the user guide -> Configuring WeChat Official Account Authorized Login
Development Steps
BambooCloud IDaaS integrates WeChat Official Account applications using the OAuth2 or OIDC protocol. For details, please refer to the standard authorization code mode in the OAuth2.0 Protocol or OIDC Protocol.