Numeric · Authentication Profile

Numeric Authentication

Authentication

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

CompanyFintechAccountingFinancial CloseReconciliationMCPAgent SkillsOAuth
Methods: oauth2, openIdConnect Schemes: 1 OAuth flows: authorizationCode, deviceCode, refreshToken, clientCredentials API key in:

Security Schemes

OAuth2 oauth2

Source

Authentication Profile

numeric-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://auth.numeric.io/.well-known/openid-configuration
docs: https://api.numeric.io/.well-known/oauth-authorization-server
summary:
  types: [oauth2, openIdConnect]
  oauth2_flows: [authorizationCode, deviceCode, refreshToken, clientCredentials]
  bearer_methods: [header]
  dynamic_client_registration: true
schemes:
- name: OAuth2
  type: oauth2
  issuer: https://auth.numeric.io
  authorization_endpoint: https://auth.numeric.io/oauth2/authorize
  token_endpoint: https://auth.numeric.io/oauth2/token
  device_authorization_endpoint: https://auth.numeric.io/oauth2/device_authorization
  introspection_endpoint: https://auth.numeric.io/oauth2/introspection
  registration_endpoint: https://auth.numeric.io/oauth2/register
  userinfo_endpoint: https://auth.numeric.io/oauth2/userinfo
  jwks_uri: https://auth.numeric.io/oauth2/jwks
  grant_types_supported:
  - authorization_code
  - client_credentials
  - refresh_token
  - "urn:ietf:params:oauth:grant-type:device_code"
  code_challenge_methods_supported: [S256]
  token_endpoint_auth_methods_supported: [none, client_secret_basic, client_secret_post]
  id_token_signing_alg_values_supported: [RS256]
  scopes_supported: [openid, profile, email, offline_access]
  sources:
  - well-known/numeric-openid-configuration.json
  - well-known/numeric-oauth-authorization-server.json
protected_resources:
- resource: https://api.numeric.io/mcp
  authorization_servers: [https://auth.numeric.io]
  bearer_methods_supported: [header]
  source: well-known/numeric-oauth-protected-resource-mcp.json