How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

QUT ESOE OpenID Connect Provider

QUT's enterprise single sign-on authorization server, a Keycloak deployment on QUT's own address space. Publishes OpenID Connect Discovery 1.0 metadata, an RFC 8414 authorization server metadata document, a JWKS, and endpoints for dynamic client registration, PAR, CIBA, device authorization, introspection and revocation. Discovery is fully public; obtaining a client credential is not, and QUT documents no public route to one.

This API exposes 14 operations across 14 paths, organized into 5 resource areas, and defines 6 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://esoe.qut.edu.au/auth/realms/qut.

14 operations 14 paths 6 schemas 7 GET7 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://esoe.qut.edu.au/auth/realms/qut
Authentication
HTTP Bearer, OAuth 2.0
License
Not stated
Resource Areas
5

Authentication & Security 2

QUT ESOE OpenID Connect Provider declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). It supports OAuth 2.0 (oauth2) using the authorizationCode and clientCredentials flows, exposing 14 scopes. By default, every request must be authenticated.

  • bearerAuth — Access token issued by this realm.
  • oauth2 — Scopes below are exactly the scopessupported array of the live discovery document. ServiceAccount, serviceaccount and Integsvctestclient are QUT-specific clien…

Paths & Operations 14

Across 14 paths, the API surfaces 14 operations — 7 GET, 7 POST. They span 5 resource areas: Discovery, Authorization, Token, Identity, Client Registration. Each is listed below with its method, path, parameters, and response codes.

Discovery 4

Provider metadata documents.

GET
/.well-known/openid-configuration
OpenID Provider Metadata
getOpenIdConfiguration → 200
GET
/.well-known/oauth-authorization-server
OAuth 2.0 Authorization Server Metadata (RFC 8414)
getAuthorizationServerMetadata → 200
GET
/protocol/openid-connect/certs
JSON Web Key Set
getJwks → 200
GET
/protocol/saml/descriptor
SAML 2.0 IdP metadata for the realm
getSamlDescriptor → 200
Authorization 4

OAuth 2.0 authorization and device / CIBA initiation.

GET
/protocol/openid-connect/auth
OAuth 2.0 authorization endpoint
authorize 7 params → 302400
POST
/protocol/openid-connect/auth/device
OAuth 2.0 Device Authorization (RFC 8628)
deviceAuthorization → 200401
POST
/protocol/openid-connect/ext/par/request
Pushed Authorization Request (RFC 9126)
pushedAuthorizationRequest → 201400
POST
/protocol/openid-connect/ext/ciba/auth
Client Initiated Backchannel Authentication (CIBA)
backchannelAuthentication → 200400
Token 3

Token issuance, inspection and revocation.

POST
/protocol/openid-connect/token
OAuth 2.0 token endpoint
getToken body → 200400401
POST
/protocol/openid-connect/token/introspect
Token introspection (RFC 7662)
introspectToken → 200401
POST
/protocol/openid-connect/revoke
Token revocation (RFC 7009)
revokeToken → 200401
Identity 2

End-user claims and session termination.

GET
/protocol/openid-connect/userinfo
OpenID Connect UserInfo
getUserInfo → 200401
GET
/protocol/openid-connect/logout
RP-initiated logout
endSession → 302
Client Registration 1

OpenID Connect Dynamic Client Registration.

POST
/clients-registrations/openid-connect
OpenID Connect Dynamic Client Registration (RFC 7591)
registerClient → 201401

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are OpenIdProviderMetadata (22 properties), UserInfo (10 properties), TokenRequest (10 properties), TokenResponse (8 properties). Each schema is shown below with its type and property counts.

OpenIdProviderMetadata
object
OpenID Provider / Authorization Server metadata document.
22 properties 5 required
Jwks
object
1 property 1 required
TokenRequest
object
10 properties 1 required
TokenResponse
object
8 properties 2 required
UserInfo
object
10 properties 1 required
OAuthError
object
3 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qut-esoe-openid-connect-openapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of QUT ESOE OpenID Connect Provider, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.