Factiva · OAuth Scopes

Factiva OAuth Scopes

OAuth 2.0 searched

Factiva publishes 8 OAuth 2.0 scopes via the password, authorizationCode, and implicit flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Factiva API on a user’s behalf.

Tokens are issued from https://accounts.dowjones.com/oauth2/v1/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.

Artificial IntelligenceBusiness IntelligenceContent AggregationEnterprise DataGenAIMarket DataMedia MonitoringNewsNews APIResearchTaxonomy
Scopes: 8 Flows: password, authorizationCode, implicit Method: searched

OAuth endpoints

Authorization URL
https://sso.accounts.dowjones.com/authorize
Token URL
https://accounts.dowjones.com/oauth2/v1/token https://sso.accounts.dowjones.com/oauth/token
Flows
passwordauthorizationCodeimplicit

Scopes (8)

ScopeDescriptionFlows
openid Required. Requests an OpenID Connect id_token from the identity service. password, authorizationCode, implicit
service_account_id Documented by Factiva for the service-account exchange. Combined with `openid`, it tells the token endpoint to return the two AuthN tokens (id_token and access_token). password
offline_access Adds a refresh token to the response. When requested, the `device` parameter becomes mandatory and acts as the identifier under which the refresh token can later be revoked. password, authorizationCode
profile Standard OIDC profile claims. authorizationCode, implicit
email Standard OIDC email claim. authorizationCode, implicit
email_verified Email verification claim. authorizationCode, implicit
given_name Standard OIDC given-name claim. authorizationCode, implicit
family_name Standard OIDC family-name claim. authorizationCode, implicit

Source

OAuth Scopes

Raw ↑
generated: '2026-08-13'
method: searched
source: https://accounts.dowjones.com/.well-known/openid-configuration
docs: https://developer.dowjones.com/documents/factiva_integration-essentials-authentication
description: >-
  The Factiva APIs do not carry per-resource OAuth scopes. Scope on the Dow Jones identity
  service selects WHICH TOKENS the exchange returns (and whether a refresh token is issued),
  not which Factiva resources the caller may touch — entitlement to Factiva content is granted
  on the account/service-account by contract, outside the token. Recorded here because the
  scope strings are load-bearing for anyone implementing the flow, not because they are a
  permission model. None of the three harvested OpenAPI documents declares an oauth2
  securityScheme, so the mechanical derive pass produced nothing.
schemes:
  - name: DowJonesIdentityService
    source: https://accounts.dowjones.com/.well-known/openid-configuration
    local_copy: well-known/factiva-openid-configuration.json
    issuer: https://sso.accounts.dowjones.com/
    flows:
      - flow: password
        tokenUrl: https://accounts.dowjones.com/oauth2/v1/token
        note: The flow the Factiva Integration docs prescribe (connection=service-account).
      - flow: authorizationCode
        authorizationUrl: https://sso.accounts.dowjones.com/authorize
        tokenUrl: https://sso.accounts.dowjones.com/oauth/token
      - flow: implicit
        authorizationUrl: https://sso.accounts.dowjones.com/authorize
scopes:
  - scope: openid
    description: Required. Requests an OpenID Connect id_token from the identity service.
    flows: [password, authorizationCode, implicit]
    sources: [https://accounts.dowjones.com/.well-known/openid-configuration]
  - scope: service_account_id
    description: >-
      Documented by Factiva for the service-account exchange. Combined with `openid`, it tells
      the token endpoint to return the two AuthN tokens (id_token and access_token).
    flows: [password]
    sources: [https://developer.dowjones.com/documents/factiva_integration-essentials-authentication]
    note: >-
      Documented by Factiva but not listed in the identity service's scopes_supported array.
  - scope: offline_access
    description: >-
      Adds a refresh token to the response. When requested, the `device` parameter becomes
      mandatory and acts as the identifier under which the refresh token can later be revoked.
    flows: [password, authorizationCode]
    sources:
      - https://accounts.dowjones.com/.well-known/openid-configuration
      - https://developer.dowjones.com/documents/factiva_integration-essentials-authentication
  - scope: profile
    description: Standard OIDC profile claims.
    flows: [authorizationCode, implicit]
    sources: [https://accounts.dowjones.com/.well-known/openid-configuration]
  - scope: email
    description: Standard OIDC email claim.
    flows: [authorizationCode, implicit]
    sources: [https://accounts.dowjones.com/.well-known/openid-configuration]
  - scope: email_verified
    description: Email verification claim.
    flows: [authorizationCode, implicit]
    sources: [https://accounts.dowjones.com/.well-known/openid-configuration]
  - scope: given_name
    description: Standard OIDC given-name claim.
    flows: [authorizationCode, implicit]
    sources: [https://accounts.dowjones.com/.well-known/openid-configuration]
  - scope: family_name
    description: Standard OIDC family-name claim.
    flows: [authorizationCode, implicit]
    sources: [https://accounts.dowjones.com/.well-known/openid-configuration]
summary:
  scope_count: 8
  resource_scopes: 0
  authorization_model: >-
    Contract/entitlement-based. Access to Factiva content sets is provisioned against the
    account by Dow Jones; the token conveys identity, not per-resource permission.
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/factiva-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.