Taylor's University · OAuth Scopes

Taylor's University OAuth Scopes

OAuth 2.0 derived

Taylor’s University uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

Tokens are issued from https://librarycatalogue.taylors.edu.my/api/v1/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

EducationHigher EducationUniversityLibraryInstitutional RepositoryOpen DataMalaysiaAsia
Scopes: 0 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://librarycatalogue.taylors.edu.my/api/v1/oauth/token
Flows
clientCredentials

Scopes (0)

Taylor's University implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

The Koha REST API behind the Taylor's Library catalog supports OAuth2 client credentials only and does not use OAuth scopes — API clients inherit the permissions of the patron they are tied to, and the API documentation states "We do not yet support OAuth Scopes or the Authorization Code grant flow" (https://librarycatalogue.taylors.edu.my/api/v1/.html).

Source

OAuth Scopes

taylors-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/taylors-library-rest.yaml
docs: https://librarycatalogue.taylors.edu.my/api/v1/.html
note: >-
  The Koha REST API behind the Taylor's Library catalog supports OAuth2 client
  credentials only and does not use OAuth scopes — API clients inherit the
  permissions of the patron they are tied to, and the API documentation states
  "We do not yet support OAuth Scopes or the Authorization Code grant flow"
  (https://librarycatalogue.taylors.edu.my/api/v1/.html).
schemes:
- name: oauth2ClientCredentials
  source: openapi/taylors-library-rest.yaml
  flows:
  - flow: clientCredentials
    tokenUrl: https://librarycatalogue.taylors.edu.my/api/v1/oauth/token
scopes: []