Help Center> Meeting> Server API Reference> Login Authentication> Examples> Example 2: WeLink Proxy Login and Authentication
Updated on 2022-07-04 GMT+08:00

Example 2: WeLink Proxy Login and Authentication

Scenarios

A third-party application user can log in to Huawei Cloud Meeting Management Platform using a WeLink account and password and obtain a token after successful login.

Service Process

Figure 1 WeLink proxy login process

Preparations: You have obtained a WeLink account and password.

You can register a free trial account, or create an account as the enterprise administrator after purchasing the WeLink service.

  1. The third-party application initializes parameters, such as the account and password.
  2. The third-party application sends an authentication request carrying initialized parameters to API Gateway.
  3. API Gateway sends an authentication request to the Cloud USG.
  4. The Cloud USG sends a proxy authentication request to the WeLink SSO.
  5. The WeLink SSO returns a message indicating that the authentication is successful.
  6. After the authentication is successful, the Cloud USG generates a token and returns it to API Gateway.
  7. API Gateway returns the received token to the third-party application.