Generate SSO Link
Generates a secure Single Sign-On (SSO) URL for a user to log in automatically into the LMS platform, optionally for a specific course and tenant.
**Details**
- **Method**: `POST`
- **URL**: {{baseUrl}}/api/user/generate-sso
Request
This endpoint expects an object.
auth
username
id_course
optional(used to auto logged user into a course directly)
Response headers
Keep-Alive
X-Powered-By
Response
OK
message
sso_url
success

