Omnea · Authentication Profile

Omnea Authentication

Authentication

Omnea's remote MCP surface (mcp.omnea.co) is protected by OAuth 2.0 / OpenID Connect, with the authorization server delegated to WorkOS AuthKit (https://personal-flight-18.authkit.app). Discovery documents advertise authorization-code (with PKCE S256), client-credentials, device-code and refresh-token grants, dynamic client registration (RFC 7591), and a public bearer-token protected resource per RFC 9728. The Omnea public REST API (app.omnea.co/public-api) is documented but its scheme was not enumerable unauthenticated.

Omnea secures its APIs with oauth2 and openIdConnect across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyAiProcurementSource-to-PaySupplier ManagementSpend ManagementAgentsMCP
Methods: oauth2, openIdConnect Schemes: 1 OAuth flows: API key in:

Security Schemes

oauth2 oauth2

Source

Authentication Profile

omnea-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: >-
  https://mcp.omnea.co/.well-known/oauth-authorization-server,
  https://mcp.omnea.co/.well-known/openid-configuration,
  https://mcp.omnea.co/.well-known/oauth-protected-resource
description: >-
  Omnea's remote MCP surface (mcp.omnea.co) is protected by OAuth 2.0 / OpenID
  Connect, with the authorization server delegated to WorkOS AuthKit
  (https://personal-flight-18.authkit.app). Discovery documents advertise
  authorization-code (with PKCE S256), client-credentials, device-code and
  refresh-token grants, dynamic client registration (RFC 7591), and a public
  bearer-token protected resource per RFC 9728. The Omnea public REST API
  (app.omnea.co/public-api) is documented but its scheme was not enumerable
  unauthenticated.
summary:
  types:
  - oauth2
  - openIdConnect
schemes:
- name: oauth2
  type: oauth2
  description: >-
    OAuth 2.0 authorization for the Omnea remote MCP server, backed by WorkOS
    AuthKit. PKCE (S256) required for the authorization-code flow; dynamic
    client registration supported.
  issuer: https://personal-flight-18.authkit.app
  authorization_endpoint: https://personal-flight-18.authkit.app/oauth2/authorize
  token_endpoint: https://personal-flight-18.authkit.app/oauth2/token
  registration_endpoint: https://personal-flight-18.authkit.app/oauth2/register
  device_authorization_endpoint: https://personal-flight-18.authkit.app/oauth2/device_authorization
  introspection_endpoint: https://personal-flight-18.authkit.app/oauth2/introspection
  userinfo_endpoint: https://personal-flight-18.authkit.app/oauth2/userinfo
  jwks_uri: https://personal-flight-18.authkit.app/oauth2/jwks
  grant_types:
  - authorization_code
  - client_credentials
  - refresh_token
  - urn:ietf:params:oauth:grant-type:device_code
  code_challenge_methods:
  - S256
  token_endpoint_auth_methods:
  - none
  - client_secret_basic
  - client_secret_post
  id_token_signing_alg:
  - RS256
  scopes:
  - openid
  - profile
  - email
  - offline_access
  protected_resource: https://mcp.omnea.co
  bearer_methods:
  - header
  sources:
  - well-known/omnea-mcp-oauth-authorization-server.json
  - well-known/omnea-mcp-openid-configuration.json
  - well-known/omnea-mcp-oauth-protected-resource.json