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
KeyData Type
app_idString
token_idString

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
KeyData Type
app_idString
token_idString

Request: 200

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