Inscope · Authentication Profile

Inscopehq Authentication

Authentication

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

CompanyFinancial ReportingAccountingAuditArtificial IntelligenceFintechFinancial CloseGAAPSaaS
Methods: oauth2, openIdConnect Schemes: 2 OAuth flows: authorizationCode API key in:

Security Schemes

openIdConnect openIdConnect
oauth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

inscopehq-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://auth.inscopehq.com/.well-known/openid-configuration
docs: https://www.inscopehq.com/security-privacy-and-trust
summary:
  types: [oauth2, openIdConnect]
  oauth2_flows: [authorizationCode]
  identity_provider: PropelAuth (hosted tenant at auth.inscopehq.com)
  pkce: S256
  notes: >-
    This profile describes Inscope's application sign-in surface (OIDC), the
    only authorization surface published publicly. Inscope exposes no public
    product API, so there is no API-key or bearer-token developer auth to
    document. Machine-to-machine access, if any, is not publicly documented.
schemes:
- name: openIdConnect
  type: openIdConnect
  openIdConnectUrl: https://auth.inscopehq.com/.well-known/openid-configuration
  issuer: https://auth.inscopehq.com
  sources: [well-known/inscopehq-openid-configuration.json]
- name: oauth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.inscopehq.com/propelauth/oauth/authorize
    tokenUrl: https://auth.inscopehq.com/propelauth/oauth/token
    userinfoUrl: https://auth.inscopehq.com/propelauth/oauth/userinfo
    scopes:
      openid: OpenID Connect authentication
      email: Access to the user's email address
      profile: Access to basic profile claims (first_name, last_name, picture_url)
  sources: [well-known/inscopehq-openid-configuration.json]