Fortanix · OAuth Scopes

Fortanix OAuth Scopes

OAuth 2.0 derived

Fortanix 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://api.armor.fortanix.com/api/v1/iam/session/oauth2/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.

CompanySecurityEncryptionKey ManagementCryptographyConfidential ComputingHSMData SecurityPost-QuantumSecrets Management
Scopes: 0 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://api.armor.fortanix.com/api/v1/iam/session/oauth2/token
Flows
clientCredentials

Scopes (0)

Fortanix 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.

Source

OAuth Scopes

Raw ↑
generated: '2026-08-01'
method: derived
source: openapi/fortanix-armor-key-insight-openapi-original.json
schemes:
- name: Oauth2ClientCredentials
  source: openapi/fortanix-armor-key-insight-openapi-original.json
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.armor.fortanix.com/api/v1/iam/session/oauth2/token
  description: OAuth 2.0 client credential flow, see https://datatracker.ietf.org/doc/html/rfc6749#section-4.4.
  api: fortanix:armor-key-insight
scopes: []
docs:
- name: Programmatic Access to Fortanix Armor IAM
  url: https://support.fortanix.com/docs/programmatic-access-to-fortanix-armor-iam
- name: Client Credentials Flow
  url: https://support.fortanix.com/docs/fortanix-key-insight-aws-client-credentials-flow
finding: 'Fortanix publishes NO OAuth scopes. The single oauth2 securityScheme in the
  catalog — Oauth2ClientCredentials on the Armor / Key Insight API — declares an empty
  scopes map, and no operation attaches a scope requirement. The docs describe how to
  obtain a client-credentials token (including via Okta and Auth0 as external authorization
  servers) but publish no scope or permission reference page.'
authorization_model: 'Fortanix does not use scopes to express authorization anywhere
  in its platform. DSM authorizes by GROUP MEMBERSHIP — an app or user may act on a
  security object only if it belongs to that object''s group, with per-membership operation
  restrictions — and by custom/external roles. CCM uses a JWT bearer token with no scope
  claim documented. See authentication/fortanix-authentication.yml.'