Cohesity · OAuth Scopes

Cohesity OAuth Scopes

OAuth 2.0 probed

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

Tokens are issued from https://helios.cohesity.com/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.

AutomationBackupCyber ResilienceData ManagementData ProtectionData SecurityDataProtectDisaster RecoveryHeliosOrchestrationRansomware RecoverySite ContinuityReportingModel Context ProtocolEnterprise Storage
Scopes: 6 Flows: authorizationCode Method: probed

OAuth endpoints

Authorization URL
https://helios.cohesity.com/oauth2/authorize
Token URL
https://helios.cohesity.com/oauth2/token
Flows
authorizationCode

Scopes (6)

ScopeDescriptionFlows
openid Standard OpenID Connect scope requesting an ID token. authorizationCode
email Standard OpenID Connect scope releasing the email and email_verified claims. authorizationCode
profile Standard OpenID Connect scope releasing the basic profile claims. authorizationCode
cohesity_user authorizationCode
cohesity_viewer authorizationCode
cohesity_gaia_viewer authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-09-05'
method: probed
source: https://helios.cohesity.com/.well-known/openid-configuration
docs: https://developers.cohesity.com/docs/getting-started
note: >-
  The published Cohesity OpenAPI documents declare only an apiKey security scheme
  and carry no oauth2 flows, so derive-oauth-scopes.py returned nothing. The scope
  set below was read from the live OIDC / RFC 8414 discovery documents Helios
  serves, which is where Cohesity's OAuth surface is actually described. Scope
  descriptions are NOT published by Cohesity - the discovery documents list names
  only - so no description is asserted for the three vendor-specific scopes.
schemes:
  - name: Helios OAuth 2.0 / OpenID Connect
    source: well-known/cohesity-openid-configuration.json
    issuer: https://helios.cohesity.com
    flows:
      - flow: authorizationCode
        authorizationUrl: https://helios.cohesity.com/oauth2/authorize
        tokenUrl: https://helios.cohesity.com/oauth2/token
        pkce: [S256]
    revocation_endpoint: https://helios.cohesity.com/oauth2/revoke
    jwks_uri: https://helios.cohesity.com/oauth2/jwks.json
    grant_types: [authorization_code, refresh_token]
    token_endpoint_auth_methods: [client_secret_basic, client_secret_post, none]
scopes:
  - scope: openid
    description: Standard OpenID Connect scope requesting an ID token.
    flows: [authorizationCode]
    standard: oidc-core
    sources: [well-known/cohesity-openid-configuration.json]
  - scope: email
    description: Standard OpenID Connect scope releasing the email and email_verified claims.
    flows: [authorizationCode]
    standard: oidc-core
    sources: [well-known/cohesity-openid-configuration.json]
  - scope: profile
    description: Standard OpenID Connect scope releasing the basic profile claims.
    flows: [authorizationCode]
    standard: oidc-core
    sources: [well-known/cohesity-openid-configuration.json]
  - scope: cohesity_user
    description: null
    flows: [authorizationCode]
    sources: [well-known/cohesity-openid-configuration.json, well-known/cohesity-oauth-protected-resource.json]
    note: Vendor-specific Cohesity scope; no description published in the discovery document or the docs.
  - scope: cohesity_viewer
    description: null
    flows: [authorizationCode]
    sources: [well-known/cohesity-openid-configuration.json, well-known/cohesity-oauth-protected-resource.json]
    note: Vendor-specific Cohesity scope; no description published.
  - scope: cohesity_gaia_viewer
    description: null
    flows: [authorizationCode]
    sources: [well-known/cohesity-openid-configuration.json, well-known/cohesity-oauth-protected-resource.json]
    note: >-
      Vendor-specific Gaia read scope. The Cohesity Gaia MCP connector reference
      separately states that all Gaia MCP tools require the GAIA_VIEW privilege;
      no Cohesity document states the relationship between that privilege and this
      scope, so none is asserted here.
protected_resource:
  resource: https://helios.cohesity.com
  resource_name: Cohesity Data Cloud
  authorization_servers: [https://helios.cohesity.com]
  bearer_methods_supported: [header]
  source: well-known/cohesity-oauth-protected-resource.json
  spec: RFC 9728
maintainers:
  - FN: Kin Lane
    email: kin@apievangelist.com

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/cohesity-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.