GET /lti/config/

Returns the tool configuration details that any LMS admin
needs to register PlayQuizNow as an LTI tool.

GET /lti/config/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "tool_name": "PlayQuizNow",
    "tool_description": "Interactive quiz platform for learning assessments",
    "oidc_login_url": "https://api.playquiznow.com/lti/login/",
    "launch_url": "https://api.playquiznow.com/lti/launch/",
    "jwks_url": "https://api.playquiznow.com/lti/jwks/",
    "deep_linking_url": "https://api.playquiznow.com/lti/launch/",
    "redirect_uris": [
        "https://api.playquiznow.com/lti/launch/"
    ],
    "supported_messages": [
        {
            "type": "LtiResourceLinkRequest"
        },
        {
            "type": "LtiDeepLinkingRequest"
        }
    ],
    "scopes": [
        "https://purl.imsglobal.org/spec/lti-ags/scope/lineitem",
        "https://purl.imsglobal.org/spec/lti-ags/scope/result.readonly",
        "https://purl.imsglobal.org/spec/lti-ags/scope/score",
        "https://purl.imsglobal.org/spec/lti-nrps/scope/contextmembership.readonly"
    ]
}