Fabric Origin · OAuth Scopes

Fabric Origin OAuth Scopes

OAuth 2.0 probed

Fabric Origin 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.

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.

EntertainmentMetadataMoviesTelevisionGamesCelebritiesTrailersImagesTV ListingsMarket IntelligenceMediaMCP
Scopes: 0 Flows: Method: probed

Scopes (0)

Fabric Origin 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-09-07'
method: probed
source: https://mcp-api.studio.fabricdata.com/.well-known/oauth-authorization-server
docs:
- https://knowledgebase.fabricdata.com/studio/origin-studio-mcp-server/origin-studio-mcp-server
- https://knowledgebase.fabricdata.com/insights/origin-insights-mcp/mcp-access
provider: Fabric Origin
providerId: fabric-origin
description: >-
  OAuth scopes advertised by Fabric Origin's two MCP authorization servers, read from their live
  RFC 8414 discovery documents. Both servers publish only OIDC identity scopes — there is no
  resource-permission scope vocabulary. Authorization is not scope-based: Origin Studio derives
  tenant and permissions from the identity in the token against the same RBAC model that governs
  human users, and Origin Insights is read-only and catalog-scoped.
authorization_servers:
- id: origin-studio-mcp
  issuer: https://mcp-api.studio.fabricdata.com
  discovery: https://mcp-api.studio.fabricdata.com/.well-known/oauth-authorization-server
  probed_status: 200
  scopes:
  - name: openid
    description: OIDC — issue an ID token for the signed-in Studio user.
  - name: profile
    description: OIDC — basic profile claims for the signed-in user.
  - name: email
    description: OIDC — email claim for the signed-in user.
  - name: offline_access
    description: >-
      Issue a refresh token. Provider warns these are long-lived and NON-ROTATING; store encrypted
      and revoke on user offboarding.
  pkce_methods: [S256]
  token_endpoint_auth_methods: [none]
- id: origin-insights-mcp
  issuer: https://insights.fabric-mcp.link/
  discovery: https://insights.fabric-mcp.link/.well-known/oauth-authorization-server
  probed_status: 200
  scopes:
  - name: openid
    description: OIDC — issue an ID token.
  - name: email
    description: OIDC — email claim.
  - name: profile
    description: OIDC — basic profile claims.
  bearer_methods_supported: [header]
permission_model:
  scope_based: false
  note: >-
    Tool-level access on Origin Studio maps to the identity's Studio role and permission groups,
    enforced server-side on every call. Tenant is inferred from the token and client-supplied tenant
    hints are ignored. Origin Insights is read-only. The Xytech X2 MCP server (a different Fabric
    product family) is documented as scoping OAuth grants to the individual tool level.
  source: https://www.fabricdata.com/agent-governance
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/fabric-origin-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.