Omaze · OAuth Scopes

Omaze OAuth Scopes

OAuth 2.0 probed

Omaze 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.

CompanyCharityFundraisingNonprofitPrize DrawsSweepstakesEcommerceAgentic CommerceUniversal Commerce ProtocolModel Context ProtocolShopifyUnited KingdomGermany
Scopes: 0 Flows: Method: probed

Scopes (0)

Omaze 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

omaze-scopes.yml Raw ↑
generated: '2026-08-02'
method: probed
source: >-
  scopes_supported from https://omaze.co.uk/.well-known/openid-configuration and
  https://omaze.de/.well-known/openid-configuration, fetched 2026-08-02.
description: >-
  The OAuth 2.0 / OpenID Connect scopes advertised by the Shopify Customer
  Accounts authorization server behind the Omaze UK and German storefronts. Both
  markets advertise an identical set. These are the provider's own published
  values, read straight from the discovery document — none are inferred, and no
  scope descriptions beyond what the standard defines are asserted, because
  Omaze publishes no scope reference page of its own.
issuers:
  - market: United Kingdom
    issuer: https://shopify.com/authentication/27583905878
    authorization_server: https://accounts.omaze.co.uk
  - market: Germany
    issuer: https://shopify.com/authentication/69889196213
    authorization_server: https://accounts.omaze.de
flows:
  - type: authorization_code
    pkce_required: true
    code_challenge_methods:
      - S256
scopes:
  - name: openid
    description: >-
      Standard OpenID Connect scope. Requests an ID token identifying the
      authenticated Omaze customer.
    standard: OpenID Connect Core 1.0
  - name: email
    description: >-
      Standard OpenID Connect scope. Releases the `email` and `email_verified`
      claims for the authenticated customer.
    standard: OpenID Connect Core 1.0
  - name: 'customer-account-api:full'
    description: >-
      Full access to the Shopify Customer Account API on behalf of the signed-in
      customer — the account surface behind /account on the storefront (orders,
      entries, subscriptions, profile).
    standard: Shopify Customer Accounts
  - name: 'customer-account-mcp-api:full'
    description: >-
      Full access to the authenticated Customer Account MCP surface. This is the
      agent-facing counterpart to `customer-account-api:full`, and is distinct
      from the anonymous UCP shopping MCP endpoint at /api/ucp/mcp.
    standard: Shopify Customer Accounts
    note: >-
      Notable: Omaze's identity layer advertises an MCP-scoped grant. An agent
      holding this scope acts as the customer against their own account, not as
      an anonymous shopper.
claims_supported:
  - iss
  - sub
  - aud
  - exp
  - iat
  - nonce
  - sid
  - email
  - email_verified
docs: null
docs_note: >-
  Omaze publishes no scope/permission reference page. The authoritative source
  for these values is the live discovery document; Shopify documents the
  underlying scopes at https://shopify.dev/docs/api/customer.
authentication: ../authentication/omaze-authentication.yml