Settings → Authentication
Integrate WeCom authentication
About WeCom
WeCom authentication is an identity verification method based on WeCom (Enterprise WeChat), supporting OAuth 2.0 authorization, QR code login, and enterprise identity binding, enabling secure and convenient enterprise user login and management.
How to configure
Click the settings gear in the bottom-left navigation.
Open Settings → Authentication → WeCom.
In the WeCom field, check to enable WeCom authentication.
In the Corporation ID field, type the WeCom corporation ID. Uniquely identifies the enterprise in WeCom, and all API requests must include this ID.
In the App agent ID field, type the WeCom app agent ID. Used to identify a specific application in WeCom, with each application having a unique Agent ID.
In the App secret field, type the WeCom app secret. Used to authenticate the application and obtain an access token for calling the WeCom API.
In the User attribute field, type the user attribute mapping. The key represents the Ixiea user attribute name (available options: name, username, email, phone, comment), while the value corresponds to the WeCom user attribute name.
In the Organization field, after authentication and creation, the user will be added to the selected organization.
Click Submit.
Test WeCom connection
Click the settings gear in the bottom-left navigation.
Open Settings → Authentication → WeCom.
Scroll to the bottom of the page.
Click Test.
Ixiea WeCom URLs
QR Login URL
https://Ixiea.example.com/core/auth/wecom/qr/login/
QR Login Success Callback URL
https://Ixiea.example.com/core/auth/wecom/qr/login/callback/
OAuth Login URL
https://Ixiea.example.com/core/auth/wecom/oauth/login/
OAuth Login Success Callback URL
https://Ixiea.example.com/core/auth/wecom/oauth/login/callback/