University of New South Wales · Example Payload

Unsw Sydney Moodle Lti Jwks Example

UniversityHigher EducationEducationResearchAustraliaGroup of EightSydneyResearch RepositoryIdentity FederationCourse CatalogLibraryOpen Repository

Unsw Sydney Moodle Lti Jwks Example is an example object payload from University of New South Wales, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

keys_provenance

Example Payload

Raw ↑
{
  "keys": [
    {
      "kty": "RSA",
      "alg": "RS256",
      "kid": "0ef5e164fd271f6191c9",
      "e": "AQAB",
      "n": "yCIxYZAkJZ36TVte6IrpTarP...[TRUNCATED]",
      "use": "sig"
    }
  ],
  "_provenance": {
    "generated": "2026-08-19",
    "method": "probed",
    "source": "https://moodle.telt.unsw.edu.au/mod/lti/certs.php",
    "x-operator": "tenant",
    "note": "LTI 1.3 platform public keyset served from UNSW's Moodle hostname. The host is under unsw.edu.au but the AAF federation metadata for the matching SP names Learning Technologies Group Pty Ltd (Open LMS) as the operating organisation, so this is a vendor platform on an institution-specific hostname. RSA modulus truncated; key id and algorithm verbatim."
  }
}