Dow Jones OAuth Scopes
Dow Jones publishes 7 OAuth 2.0 scopes via the authorizationCode, implicit, password, jwt-bearer, and refresh_token flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Dow Jones API on a user’s behalf.
Tokens are issued from https://sso.accounts.dowjones.com/oauth/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.
OAuth endpoints
https://sso.accounts.dowjones.com/authorize
https://sso.accounts.dowjones.com/oauth/token https://accounts.dowjones.com/oauth2/v1/token
authorizationCodeimplicitpasswordjwt-bearerrefresh_token
Scopes (7)
| Scope | Description | Flows |
|---|---|---|
| openid | Access your identity in Factiva. Provides the ID token (JWT). | |
| View your email address. Provides the user's email in the ID token. | ||
| given_name | View your given name in the ID token. | |
| family_name | View your family name in the ID token. | |
| offline_access | Indicates that a Refresh token is returned. | |
| service_account_id | Requests the AuthN tokens for a service account (used with the password grant, connection=service-account). | |
| pib | Requested together with openid when exchanging AuthN tokens for the AuthZ access token that calls the APIs (scope value "openid pib"). |
📄 Provider scope reference: https://developer.dowjones.com/documents/factiva_integration-essentials-authentication
Source
OAuth Scopes
Work with this as data
Every scope set here is available over the APIs.io API and to AI agents over MCP.