DNAnexus · OAuth Scopes

DNAnexus OAuth Scopes

OAuth 2.0 probed

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

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.

CompanyGenomicsBioinformaticsLife SciencesHealthcareCloud ComputingData PlatformScientific ComputingPrecision MedicineClinical Research
Scopes: 4 Flows: authorizationCode Method: probed

OAuth endpoints

Authorization URL
https://oidc.dnanexus.com/authorize
Flows
authorizationCode

Scopes (4)

ScopeDescriptionFlows
openid Required OpenID Connect scope; requests an ID token for the signed-in DNAnexus user. authorizationCode
name Releases the DNAnexus user's display name as the `name` claim. authorizationCode
email Releases the DNAnexus user's email address as the `email` claim. authorizationCode
user_id Releases the DNAnexus platform user handle (user-xxxx) as the `user_id` claim. authorizationCode

Source

OAuth Scopes

dnanexus-scopes.yml Raw ↑
generated: '2026-08-04'
method: probed
source: https://oidc.dnanexus.com/.well-known/openid-configuration
docs: https://documentation.dnanexus.com/developer/api/oidc-clients
note: >-
  The DNAnexus Platform API itself (api.dnanexus.com) is bearer-token authenticated
  and has NO OAuth scope surface - a token carries the full permissions of the user
  or job it was issued for, and access is instead constrained by project/org
  permission levels (VIEW / UPLOAD / CONTRIBUTE / ADMINISTER). The scopes below
  belong to the DNAnexus OpenID Connect provider, which third-party web apps use to
  sign users in.
schemes:
- name: DNAnexusOIDC
  issuer: https://oidc.dnanexus.com
  source: https://oidc.dnanexus.com/.well-known/openid-configuration
  flows:
  - flow: authorizationCode
    authorizationUrl: https://oidc.dnanexus.com/authorize
    pkce: S256
    response_types: [code]
scopes:
- scope: openid
  description: Required OpenID Connect scope; requests an ID token for the signed-in
    DNAnexus user.
  flows: [authorizationCode]
  claims: [sub, sid, auth_time, iss]
  sources: [https://oidc.dnanexus.com/.well-known/openid-configuration]
- scope: name
  description: Releases the DNAnexus user's display name as the `name` claim.
  flows: [authorizationCode]
  claims: [name]
  sources: [https://oidc.dnanexus.com/.well-known/openid-configuration]
- scope: email
  description: Releases the DNAnexus user's email address as the `email` claim.
  flows: [authorizationCode]
  claims: [email]
  sources: [https://oidc.dnanexus.com/.well-known/openid-configuration]
- scope: user_id
  description: Releases the DNAnexus platform user handle (user-xxxx) as the `user_id`
    claim.
  flows: [authorizationCode]
  claims: [user_id]
  sources: [https://oidc.dnanexus.com/.well-known/openid-configuration]
job_identity_provider:
  issuer: https://job-oidc.dnanexus.com
  source: https://job-oidc.dnanexus.com/.well-known/openid-configuration
  scopes: [openid]
  note: >-
    Job identity tokens support only the `openid` scope; the audience is set by the
    caller and the claim set (job_id, project_id, app_name, bill_to, region, ...)
    is what a relying cloud provider writes its trust policy against.
platform_permission_model:
  docs: https://documentation.dnanexus.com/developer/api/data-containers/project-permissions-and-sharing
  levels: [VIEW, UPLOAD, CONTRIBUTE, ADMINISTER]
  note: >-
    Project permission levels, not OAuth scopes, are the authorization surface for
    the Platform API.
x-evidence:
  fetched: '2026-08-04'
  http_status: 200

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/dnanexus-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.