Accelerant · Authentication Profile

Accelerant Authentication

Authentication

Accelerant 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 flow(s).

InsuranceInsurTechSpecialty InsuranceUnderwritingRisk ManagementReinsuranceMarketplaceRisk ScoringFinancial ServicesArtificial Intelligence
Methods: openIdConnect, oauth2 Schemes: 1 OAuth flows: authorizationCode API key in:

Security Schemes

AccelerantPlatformOIDC openIdConnect

Source

Authentication Profile

accelerant-authentication.yml Raw ↑
generated: '2026-08-02'
method: probed
source: https://app.accelerant.ai/.well-known/openid-configuration
docs: https://docs.accelerant.ai/
note: 'Derived from the anonymous OpenID Connect discovery document published by the
  Accelerant Risk Exchange platform. No OpenAPI securitySchemes were available — the
  API host (api.accelerant.ai) and the developer documentation (docs.accelerant.ai)
  are both gated, so the OIDC discovery document is the only machine-readable auth
  contract Accelerant publishes anonymously.'
summary:
  types:
  - openIdConnect
  - oauth2
  api_key_in: []
  oauth2_flows:
  - authorizationCode
schemes:
- name: AccelerantPlatformOIDC
  type: openIdConnect
  openIdConnectUrl: https://app.accelerant.ai/.well-known/openid-configuration
  issuer: https://app.accelerant.ai
  authorization_endpoint: https://app.accelerant.ai/api/auth/oidc/authorize
  token_endpoint: https://app.accelerant.ai/api/auth/oidc/token
  userinfo_endpoint: https://app.accelerant.ai/api/auth/oidc/userinfo
  jwks_uri: https://app.accelerant.ai/.well-known/jwks.json
  response_types_supported:
  - code
  subject_types_supported:
  - public
  id_token_signing_alg_values_supported:
  - RS256
  scopes_supported:
  - openid
  - profile
  - name
  - email
  claims_supported:
  - sub
  - name
  - email
  - profile
  sources:
  - well-known/accelerant-openid-configuration.json
  - well-known/accelerant-jwks.json
gaps:
- 'No RFC 8414 OAuth 2.0 Authorization Server Metadata document is served anonymously
  (/.well-known/oauth-authorization-server returns 401).'
- 'No RFC 9728 OAuth 2.0 Protected Resource Metadata document is served anonymously.'
- 'The API host api.accelerant.ai publishes no authentication metadata; its auth model
  for Member system-to-system integration is documented only behind the gated developer
  portal.'
x-evidence:
  fetched: '2026-08-02'
  url: https://app.accelerant.ai/.well-known/openid-configuration
  http_status: 200
  content_type: application/json