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

  1. Click the settings gear in the bottom-left navigation.

  2. Open Settings → Authentication → WeCom.

  3. In the WeCom field, check to enable WeCom authentication.

  4. In the Corporation ID field, type the WeCom corporation ID. Uniquely identifies the enterprise in WeCom, and all API requests must include this ID.

  5. 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.

  6. 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.

  7. 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.

  8. In the Organization field, after authentication and creation, the user will be added to the selected organization.

  9. Click Submit.

Test WeCom connection

  1. Click the settings gear in the bottom-left navigation.

  2. Open Settings → Authentication → WeCom.

  3. Scroll to the bottom of the page.

  4. 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/