Proctorio · Authentication Profile

Proctorio Authentication

Authentication

Proctorio secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

Online ProctoringRemote ProctoringExam IntegrityAssessmentEdTechLTILMS IntegrationLearning Integrity
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

proctorioHmac apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/proctorio-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: proctorioHmac
  type: apiKey
  in: header
  parameter: Authorization
  description: OAuth-style HMAC signature computed from the Proctorio-provisioned consumer key
    and secret. In the official .NET client this is produced by Helpers.GetApiKey(consumerKey,
    consumerSecret) and attached to the request; the GetCertified/TAO integrations describe
    HMAC-SHA1 signing.
  sources:
  - openapi/proctorio-openapi.yml