This LTI® v1.3 Reference Implementation Test Tool is provided by IMS Global Learning Consortium. Limited functionality is provided free of charge. IMS Members have access to the complete functionality of the tool including services and message types. Join now to experience full functionality of the tool, technical support and certification. If you are an existing member login here for full access.

Make Authentication Request back to Platform Tool09-07-21

LTI Spec Notes
The parameters can either be...
OpenID Connect Spec Notes
https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest
Paremeters Recieved from Platform
{"iss"=>"https://lti-ri.imsglobal.org", "login_hint"=>"394873", "target_link_uri"=>"https://lti-ri.imsglobal.org/lti/tools/2061/launches", "lti_message_hint"=>"39436", "client_id"=>"12345", "lti_deployment_id"=>"1"}
GET: query parameters being generated:

response_type: id_token (required, the tool must use a value of id_token)

redirect_uri: https://lti-ri.imsglobal.org/lti/tools/2061/launches (required, This URI must exactly match a value pre-registered with the platform)

response_mode: form_post (required, tools and platforms must support a value of form_post)

client_id: 12345 (required, client identifier valid at the Platform)

scope: openid (required, must contain the openid scope value)

state: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6ImhWRWQzdmhSU09haURON09PNmoyMWI3bUFKUmlkSVBsNGZNbEt4eGQ5QzQiLCJ0eXAiOiJKV1QifQ.eyJ0b29sX2lkIjoyMDYxLCJzdGF0ZV9ub25jZSI6ImMzYzcyOGUzNGE0OGE0YTFmZWU0IiwicGFyYW1zIjp7ImlzcyI6Imh0dHBzOi8vbHRpLXJpLmltc2dsb2JhbC5vcmciLCJsb2dpbl9oaW50IjoiMzk0ODczIiwidGFyZ2V0X2xpbmtfdXJpIjoiaHR0cHM6Ly9sdGktcmkuaW1zZ2xvYmFsLm9yZy9sdGkvdG9vbHMvMjA2MS9sYXVuY2hlcyIsImx0aV9tZXNzYWdlX2hpbnQiOiIzOTQzNiIsImNsaWVudF9pZCI6IjEyMzQ1IiwibHRpX2RlcGxveW1lbnRfaWQiOiIxIiwiY29udHJvbGxlciI6Imx0aS9sb2dpbl9pbml0aWF0aW9ucyIsImFjdGlvbiI6ImluZGV4IiwidG9vbF9pZCI6IjIwNjEifSwiaXNzIjoiVG9vbDA5LTA3LTIxIiwic3ViIjoiMTIzNDUiLCJhdWQiOiJodHRwczovL2x0aS1yaS5pbXNnbG9iYWwub3JnL3BsYXRmb3Jtcy8yMzE2L2FjY2Vzc190b2tlbnMiLCJpYXQiOjE3MTE2NTczNjEsImV4cCI6MTcxMTY1NzY2MSwianRpIjoiYWUzNWZhMWJiOTU2YTZjZWM3MTcifQ.M-6IMSrdkhC_9iM9_Wo7kkSsyj3qDGwsASWZuoFV1Vd2nJzCWaYuuMay7IFqMnvjD0AYTZ34p7asbG9aq7MO0lDwLj6SGZpcbKHiAEiKHhfwhcdCZp_3s8cZvuAt-XHwWYyT85hOtLtMANRNrqMaNVgG7Kw5X3YYlgzie2VtQKTkQ5Xjjm6Qo7gU8WgrGtRPHxbqzhxkBa3bTaiFzPr3oRklEx5nEOOsLZeP-ASYHazrSL1eEz-r4kePWNDw9dlyU7h9ShIU_TpmWWnd3FGGRhrlTX8iu7M0Fy0PlSZMUtMJBhSfo8v_ybIu4ILg5coyilbZqtHjg8-c2tBHHJCpmg (required, opaque value used to maintain state between the request and the callback)

login_hint: 394873 (required, tools and platforms must support a value of form_post)

lti_message_hint: 39436 (required, a platform opaque identifier identifying the user to login)

prompt: none (optional, The tool should use a value of none. In the future a re-launch flow may support additional values being used here)

nonce: c3c728e34a48a4a1fee4 (optional, string value used to associate a client session with an ID token, and to mitigate replay attacks)

Send GET Request