University of Auckland · Authentication Profile

University Of Auckland Authentication

Authentication

Authentication for the University of Auckland's own API gateway (apis.auckland.ac.nz, Kong) and its developer portal (developer.auckland.ac.nz/prd). Derived from the two OpenAPI documents the University publishes in that portal plus the portal's own guides; the scheme names and flow are the University's, the consolidation is ours.

University of Auckland secures its APIs with apiKey and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).

UniversityHigher EducationEducationNew ZealandPublic Research UniversityUniversitas 21Course CatalogStudent RecordsResearch DataResearch RepositoryIdentity FederationOAI-PMH
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: clientCredentials API key in:

Security Schemes

apikey apiKey
OAuth2 client credentials oauth2

Source

Authentication Profile

Raw ↑
---
generated: '2026-08-30'
method: derived
source:
  - openapi/_original/university-of-auckland-classes-v2-openapi.json
  - openapi/_original/university-of-auckland-course-catalog-v3-openapi.json
  - https://developer.auckland.ac.nz/prd/guides
  - probed 2026-08-30 against https://apis.auckland.ac.nz/
x-operator: institution
provider: University of Auckland
providerId: university-of-auckland
description: >-
  Authentication for the University of Auckland's own API gateway (apis.auckland.ac.nz, Kong)
  and its developer portal (developer.auckland.ac.nz/prd). Derived from the two OpenAPI
  documents the University publishes in that portal plus the portal's own guides; the scheme
  names and flow are the University's, the consolidation is ours.
summary:
  types:
    - apiKey
    - oauth2
  oauth2_flows:
    - clientCredentials
  registration: self-registration at https://developer.auckland.ac.nz/prd (portal login is OIDC)
schemes:
  - name: apikey
    type: apiKey
    declared_in:
      - openapi/_original/university-of-auckland-classes-v2-openapi.json
      - openapi/_original/university-of-auckland-course-catalog-v3-openapi.json
    note: >-
      Both published specifications declare components.securitySchemes.apikey with type apiKey
      but do NOT declare `name` or `in`, and neither document carries a root-level or
      operation-level `security` requirement. The scheme is therefore under-specified in the
      University's own contract; the location of the key is not machine-readable from it.
  - name: OAuth2 client credentials
    type: oauth2
    flow: clientCredentials
    source: https://developer.auckland.ac.nz/prd/guides
    note: >-
      The portal publishes three guides — "Trying API from developer portal", "Creating
      application client" and "Calling API using Client Credential flow" — establishing an
      application-client registration path and a client-credentials token exchange. The token
      endpoint is not published on the unauthenticated portal surface, so it is NOT recorded here.
probes:
  - url: https://apis.auckland.ac.nz/
    status: 404
    body: '{"message":"no Route matched with those values"}'
    note: Kong gateway root; confirms the gateway, not a dead host.
  - url: https://apis.auckland.ac.nz/courses/v3/terms
    status: 401
    body: '{"message":"Unauthorized"}'
  - url: https://apis.auckland.ac.nz/classes/v2/classes
    status: 401
    body: '{"message":"Unauthorized"}'
  - url: https://developer.auckland.ac.nz/prd/
    status: 200
    note: Kong Developer Portal, workspace "prd", portal auth type openid-connect.
gaps:
  - No published token endpoint or authorization server metadata.
  - No published scope list; scopes are NOT recorded because none are declared.
  - securitySchemes.apikey omits `name` and `in`.
  - No operation- or root-level `security` requirement in either specification.

Work with this as data

Every security artifact 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 security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact 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 security artifact
curl "https://apis.io/api/v1/security/university-of-auckland-authentication"
All security posture
curl "https://apis.io/api/v1/security?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.