MyUni Learning Management System (Instructure Canvas) — Adelaide tenancy
The University's LMS runs on Instructure Canvas at myuni.adelaide.edu.au. The tenancy, roster and course content are Adelaide's; the API contract is Instructure's. It is recorded because it carries the only LTI conformance in this repo and it is genuinely machine-readable without credentials at two paths. Probed 2026-08-30: /api/lti/security/jwks returns an RSA JWKS (200), /.well-known/openid-configuration returns an OIDC discovery document declaring issuer https://myuni.adelaide.edu.au (200), /api/lti/courses/1/line_items returns 401 rather than 404, and the Canvas REST API returns 401 {"status":"unauthenticated"} on /api/v1/accounts, /api/v1/courses and /api/v1/users/self. The bare /api/v1 root 404s, as Canvas does on every deployment; the baseURL below records the base, not a callable document. Developer keys are issued only by institutional administrators. Canvas's contract is not stored here.