Generate SSO Link

View as Markdown
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.
authstringRequired
usernamestringRequired
id_coursestringRequired

optional(used to auto logged user into a course directly)

Response headers

Keep-Alivestring
X-Powered-Bystring

Response

OK
messagestring
sso_urlstringformat: "uri"
successboolean