University of Chicago · Authentication Profile

University Of Chicago Authentication

Authentication

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

EducationHigher EducationUniversityResearch DataOpen SourceIIIFIdentityUnited States
Methods: apiKey, http, oauth2 Schemes: 3 OAuth flows: authorizationCode API key in: header

Security Schemes

OAuth2 oauth2
· flows: authorizationCode
basic_auth http
scheme: basic
authToken apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/university-of-chicago-fence.yaml, openapi/university-of-chicago-indexd.yaml
summary:
  types:
  - apiKey
  - http
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - authorizationCode
schemes:
- name: OAuth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: /oauth/authorize
    tokenUrl: /oauth/token
    scopes: 1
  sources:
  - openapi/university-of-chicago-fence.yaml
- name: basic_auth
  type: http
  scheme: basic
  sources:
  - openapi/university-of-chicago-indexd.yaml
- name: authToken
  type: apiKey
  in: header
  parameter: Authorization
  sources:
  - openapi/university-of-chicago-indexd.yaml