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 Body
| Key | Data Type |
| app_id* | String |
| token_id* | String |
*required
Request: 200
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 Body
| Key | Data Type |
| app_id* | String |
| token_id* | String |
*required
No Comments