Frontify · Authentication Profile

Frontify Authentication

Authentication

Frontify secures its APIs with oauth2 and apiKey across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyMarketingBrand ManagementDigital Asset ManagementDAMContentGraphQLCreative Operations
Methods: oauth2, apiKey Schemes: 3 OAuth flows: authorizationCode API key in: header

Security Schemes

OAuth2 (Authorization Code) — Frontify instance oauth2
API Token (Bearer) — Frontify instance apiKey
· in: header (Authorization)
OAuth2 (Authorization Code + PKCE) — MCP authorization server oauth2

Source

Authentication Profile

frontify-authentication.yml Raw ↑
generated: '2026-08-13'
method: probed
source: >-
  well-known/frontify-oauth-authorization-server.json +
  well-known/frontify-oauth-protected-resource.json (both fetched live from the Frontify
  MCP host) + the WWW-Authenticate challenge observed on an anonymous MCP tools/list POST
  + live GraphQL permission-error probes + Frontify's own MCP pack pages +
  https://developer.frontify.com/ and npm @frontify/frontify-authenticator
docs: https://help.frontify.com/en/articles/5402357-getting-started-with-the-frontify-graphql-api
summary:
  types: [oauth2, apiKey]
  api_key_in: [header]
  oauth2_flows: [authorizationCode]
  pkce: S256 (MCP authorization server)
  dynamic_client_registration: true (MCP authorization server, RFC 7591)
  note: >-
    Frontify publishes no OpenAPI, so this profile is not derived from securitySchemes.
    It is assembled from two RFC-compliant discovery documents Frontify actually serves,
    the live 401 challenge on its MCP endpoint, and observed GraphQL permission errors.
surfaces:
  - name: Frontify GraphQL API
    endpoint: https://{instance}.frontify.com/graphql
    schemes: [OAuth2 (Authorization Code), API Token (Bearer)]
    anonymous_behavior: >-
      Schema introspection succeeds anonymously (HTTP 200, full schema). Any data field
      returns HTTP 200 with errors[0].message "UserId not set in identity." or
      "policy 'authenticated' not fulfilled" and extensions.category "permission".
      Introspection is open; data is not.
  - name: Frontify MCP Server
    endpoint: https://mcp.frontify-integrations.com/mcp
    schemes: [OAuth2 (Authorization Code + PKCE)]
    anonymous_behavior: >-
      HTTP 401 with a spec-conformant challenge:
      WWW-Authenticate: Bearer resource_metadata="…/.well-known/oauth-protected-resource/mcp",
      scope="mcp:tools"
schemes:
  - name: OAuth2 (Authorization Code) — Frontify instance
    type: oauth2
    flow: authorizationCode
    authorizationUrl: https://{instance}.frontify.com/api/oauth/authorize
    description: >-
      Interactive OAuth 2.0 authorization against a user's Frontify instance — used by
      the Frontify Authenticator, Finder, Brand SDK apps and custom integrations. Client
      ID / Client Secret are issued by creating an OAuth application in the instance's
      Developer settings; the scope set requested at registration must match the scope
      set requested at authorization.
    scopes: scopes/frontify-scopes.yml
    sources: [developer.frontify.com, "@frontify/frontify-authenticator", third-party connector docs]
  - name: API Token (Bearer) — Frontify instance
    type: apiKey
    in: header
    parameter: Authorization
    format: Bearer <token>
    description: >-
      Personal / API access tokens generated per Frontify instance, sent as a Bearer
      token for server-to-server GraphQL calls. Frontify's knowledge base notes API
      access must be enabled on the account.
    sources: [developer.frontify.com, help.frontify.com]
  - name: OAuth2 (Authorization Code + PKCE) — MCP authorization server
    type: oauth2
    flow: authorizationCode
    issuer: https://mcp.frontify-integrations.com
    authorizationUrl: https://mcp.frontify-integrations.com/oauth/authorize
    tokenUrl: https://mcp.frontify-integrations.com/oauth/token
    registrationUrl: https://mcp.frontify-integrations.com/oauth/register
    scopes_supported: [mcp:tools, openid]
    response_types_supported: [code]
    grant_types_supported: [authorization_code, refresh_token]
    code_challenge_methods_supported: [S256]
    token_endpoint_auth_methods_supported: [none]
    client_id_metadata_document_supported: true
    bearer_methods_supported: [header]
    protected_resource: https://mcp.frontify-integrations.com/mcp
    description: >-
      The MCP server runs its own authorization server implementing the MCP 2025-11-25
      authorization spec — RFC 8414 AS metadata, RFC 9728 protected-resource metadata,
      PKCE S256, public clients (token_endpoint_auth_method none), and BOTH client
      registration approaches: Client ID Metadata Documents and Dynamic Client
      Registration. A user authorizes access to their Frontify instance on first
      connection; the server then brokers to the instance under the pack's Frontify
      scopes.
    sources:
      - well-known/frontify-oauth-authorization-server.json
      - well-known/frontify-oauth-protected-resource.json
      - well-known/frontify-openid-configuration.json
sso:
  note: >-
    Frontify supports SAML SSO for platform users (Microsoft Entra / Azure AD documented
    examples, SSO user-group mapping). That is end-user authentication to the product,
    not API authentication, and is out of scope for this profile.
  source: help.frontify.com SSO articles
probes:
  - url: https://mcp.frontify-integrations.com/.well-known/oauth-authorization-server
    http_status: 200
    checked: '2026-08-13'
  - url: https://mcp.frontify-integrations.com/.well-known/oauth-protected-resource
    http_status: 200
    checked: '2026-08-13'
  - url: https://mcp.frontify-integrations.com/mcp
    http_status: 401
    result: OAuth challenge, scope="mcp:tools"
    checked: '2026-08-13'
  - url: https://api.frontify.com/graphql
    http_status: 200
    result: 'anonymous data query -> extensions.category "permission"'
    checked: '2026-08-13'

Work with this as data

Every security artifact 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 security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact 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 security artifact
curl "https://apis.io/api/v1/security/frontify-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.