Skip to main content
GET
Verify SSO JWT Token

Headers

Authorization
string

Bearer <jwt> — alternative to passing the token via the query string.

Query Parameters

token
string

JWT token (RS256, signed by partner). Either this query param or the Authorization: Bearer … header must be present.

Response

Token routed successfully. Location header points to the downstream LMS /sso/verify?token=… endpoint; forward it to the user's browser.