Skip to main content

Login Via Google/Microsoft

POST Login via Google

One of the Gateway APIs, SynoFin Login is used to authenticate users, grant access based on the privileges they are responsible for, and access SynoFin LMS via Google Login.

URL: {{base_url}}/google-login

Request
Request Type: POST

Request Body
Key Data Type
app_id String
token_id String

Request: 200

{
  "response": true,
  "data": {
    "token": "string",
    "clientList": []
  },
  "error": null
}

 


POST Login via Microsoft

One of the Gateway APIs, SynoFin Login is used to authenticate users, grant access based on the privileges they are responsible for, and access SynoFin LMS via Microsoft Login.

URL: {{base_url}}/microsoft-login

Request
Request Type: POST

Request Body
Key Data Type
app_id String
token_id String

Request: 200

{
  "response": true,
  "data": {
    "token": "string",
    "clientList": []
  },
  "error": null
}