CircuitHub · Authentication Profile

Circuithub Authentication

Authentication

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

CompanyElectronics ManufacturingPCB AssemblyHardwareRoboticsManufacturingPrototypingSupply Chain
Methods: openIdConnect, oauth2 Schemes: 1 OAuth flows: authorizationCode, clientCredentials, deviceCode, implicit API key in:

Security Schemes

OpenIDConnect openIdConnect

Source

Authentication Profile

circuithub-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://auth.circuithub.com/.well-known/openid-configuration
notes: >-
  CircuitHub has no public developer API and therefore no OpenAPI security
  schemes to derive from. End-user authentication for the CircuitHub web
  application (app.circuithub.com) is handled by an Auth0-hosted OpenID Connect
  tenant at auth.circuithub.com. The profile below is read verbatim from that
  tenant's published OIDC discovery document.
summary:
  types: [openIdConnect, oauth2]
  provider: Auth0
  oauth2_flows: [authorizationCode, clientCredentials, deviceCode, implicit]
  pkce: true
schemes:
  - name: OpenIDConnect
    type: openIdConnect
    provider: Auth0
    issuer: https://auth.circuithub.com/
    openIdConnectUrl: https://auth.circuithub.com/.well-known/openid-configuration
    authorization_endpoint: https://auth.circuithub.com/authorize
    token_endpoint: https://auth.circuithub.com/oauth/token
    userinfo_endpoint: https://auth.circuithub.com/userinfo
    jwks_uri: https://auth.circuithub.com/.well-known/jwks.json
    device_authorization_endpoint: https://auth.circuithub.com/oauth/device/code
    revocation_endpoint: https://auth.circuithub.com/oauth/revoke
    end_session_endpoint: https://auth.circuithub.com/oidc/logout
    code_challenge_methods_supported: [S256, plain]
    grant_types_supported:
      - authorization_code
      - client_credentials
      - refresh_token
      - implicit
      - urn:ietf:params:oauth:grant-type:device_code
      - urn:ietf:params:oauth:grant-type:token-exchange
    token_endpoint_auth_methods_supported:
      - client_secret_basic
      - client_secret_post
      - private_key_jwt
      - none
    id_token_signing_alg_values_supported: [RS256, PS256, HS256]
    dpop_signing_alg_values_supported: [ES256]
    scopes_supported:
      - openid
      - profile
      - offline_access
      - name
      - given_name
      - family_name
      - nickname
      - email
      - email_verified
      - picture
      - created_at
      - identities
      - phone
      - address
    sources: [well-known/circuithub-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/circuithub-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 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.