University of Waikato uowidp JSON Web Key Set

Schema for the signing keys published at https://api.svc.waikato.ac.nz/uowidp/v1/oidc/keys, used to verify id_tokens issued by the University of Waikato identity provider. Derived by API Evangelist from the live response captured 2026-09-01, which carried one RSA signing key.

EducationHigher EducationUniversityNew ZealandResearchResearch RepositoryOpen AccessOAI-PMHIdentity FederationSAMLOpenID ConnectLearning ManagementMachine Learning

Properties

Name Type Description
keys array
View JSON Schema on GitHub

JSON Schema

university-of-waikato-uowidp-jwks.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.svc.waikato.ac.nz/uowidp/v1/schemas/jwks",
  "title": "University of Waikato uowidp JSON Web Key Set",
  "description": "Schema for the signing keys published at https://api.svc.waikato.ac.nz/uowidp/v1/oidc/keys, used to verify id_tokens issued by the University of Waikato identity provider. Derived by API Evangelist from the live response captured 2026-09-01, which carried one RSA signing key.",
  "x-provenance": {
    "generated": "2026-09-01",
    "method": "derived",
    "source": "https://api.svc.waikato.ac.nz/uowidp/v1/oidc/keys",
    "operator": "institution"
  },
  "type": "object",
  "required": ["keys"],
  "properties": {
    "keys": {
      "type": "array",
      "minItems": 1,
      "items": {
        "type": "object",
        "required": ["kty", "use", "kid", "e", "n"],
        "properties": {
          "kty": {"type": "string", "const": "RSA"},
          "use": {"type": "string", "const": "sig"},
          "kid": {"type": "string", "description": "Key identifier matched against the id_token header kid."},
          "e": {"type": "string", "description": "Base64url RSA public exponent."},
          "n": {"type": "string", "description": "Base64url RSA modulus."},
          "alg": {"type": "string", "enum": ["RS256"]}
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/university-of-waikato-uowidp-jwks"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.