Cynomi · Authentication Profile

Cynomi Authentication

Authentication

Cynomi secures its APIs with oauth2 and openIdConnect across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode, deviceCode, and implicit flow(s).

CompanyCybersecuritySecurityCompliancevCISORisk ManagementGRCMSPMSSPVulnerability Management
Methods: oauth2, openIdConnect Schemes: 2 OAuth flows: authorizationCode, deviceCode, implicit API key in:

Security Schemes

Auth0OIDC openIdConnect
OAuth2 oauth2
· flows: authorizationCode, deviceCode

Source

Authentication Profile

cynomi-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: >-
  https://auth.eu.cynomi.com/.well-known/openid-configuration and the
  dashboard.eu.cynomi.com runtime configuration (Auth0 SPA settings)
docs: https://cynomi.com/platform/integrations/public-api/
summary:
  types: [oauth2, openIdConnect]
  provider: Auth0
  oauth2_flows: [authorizationCode, deviceCode, implicit]
  pkce: true
  token_format: JWT bearer
  audience: https://api.prod-eu.eu.cynomi.com/
notes: >-
  Cynomi authenticates through an Auth0 tenant (auth.eu.cynomi.com, EU region).
  The web/dashboard clients use OAuth 2.0 Authorization Code with PKCE (S256) to
  obtain a JWT access token scoped to the API audience
  https://api.prod-eu.eu.cynomi.com/. Cynomi's customer-facing Public API (for
  PSA / ticketing task synchronization) is credentialed from within the platform
  and its full auth reference is gated behind login; the discovery document below
  is the authoritative, publicly reachable evidence of the OIDC/OAuth2 model.
schemes:
- name: Auth0OIDC
  type: openIdConnect
  openIdConnectUrl: https://auth.eu.cynomi.com/.well-known/openid-configuration
  issuer: https://auth.eu.cynomi.com/
  sources: [well-known/cynomi-openid-configuration.json]
- name: OAuth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.eu.cynomi.com/authorize
    tokenUrl: https://auth.eu.cynomi.com/oauth/token
    pkce: true
    code_challenge_methods: [S256, plain]
  - flow: deviceCode
    deviceAuthorizationUrl: https://auth.eu.cynomi.com/oauth/device/code
    tokenUrl: https://auth.eu.cynomi.com/oauth/token
  revocationUrl: https://auth.eu.cynomi.com/oauth/revoke
  userinfoUrl: https://auth.eu.cynomi.com/userinfo
  jwksUri: https://auth.eu.cynomi.com/.well-known/jwks.json
  audience: https://api.prod-eu.eu.cynomi.com/
  sources: [well-known/cynomi-openid-configuration.json]

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/cynomi-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.