generated: '2026-07-18' method: searched source: https://developers.certifaction.com/en/references/authentication docs: https://developers.certifaction.com/en/references/authentication summary: types: - apiKey - oauth2 api_key_in: - header oauth2_flows: - oidc-external schemes: - name: api_key type: apiKey in: header parameter: Authorization usage: Server-side integration. API keys are managed from the Certifaction web application. sources: - openapi/certifaction-admin-api-openapi.yml - openapi/certifaction-local-api-openapi.yml - name: access_token type: oauth2 scheme: bearer in: header parameter: Authorization usage: >- Access tokens issued by the customer or by an external OIDC provider that Certifaction has registered. Passed in the Authorization header (CLI `-t/--token`). sources: - https://developers.certifaction.com/en/references/authentication notes: >- The OpenAPI declares only the api_key scheme; the documented access-token/OIDC option is added from the authentication reference page.