University of Chicago · OAuth Scopes

University of Chicago OAuth Scopes

OAuth 2.0 derived

University of Chicago publishes 3 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the University of Chicago API on a user’s behalf.

Tokens are issued from /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 EducationUniversityResearch DataOpen SourceIIIFIdentityUnited States
Scopes: 3 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
/oauth/authorize
Token URL
/oauth/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
admin
data
user generic user access authorizationCode

Source

OAuth Scopes

university-of-chicago-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/university-of-chicago-fence.yaml
schemes:
- name: OAuth2
  source: openapi/university-of-chicago-fence.yaml
  flows:
  - flow: authorizationCode
    authorizationUrl: /oauth/authorize
    tokenUrl: /oauth/token
scopes:
- scope: admin
  sources:
  - openapi/university-of-chicago-fence.yaml
- scope: data
  sources:
  - openapi/university-of-chicago-fence.yaml
- scope: user
  description: generic user access
  flows:
  - authorizationCode
  sources:
  - openapi/university-of-chicago-fence.yaml