SSO provider callback endpoint

GET/api/v1/auth/sso/callback

Parameters

This endpoint does not accept parameters.

Responses

302Redirect with JWT token

Request

curl -X GET "https://api.knowledgetree.dev/api/v1/auth/sso/callback" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

302Redirect with JWT token
Example response not yet documented.