Pular para o conteúdo principal

Allows combined login (if applicable), combining credentials for different systems or services.

POST 

/gateway/auth/combined-login

This endpoint facilitates combined login, which might be necessary for integrating multiple login systems under a single authentication request. The request body should contain the following fields:

  • TenantKey: The unique key for the tenant.
  • TenantPassword: The password for the tenant.
  • UserKey: The unique identifier for the user.
  • UserPassword: The password for the user.

Request

Responses

Unauthorized