EliseAI · Authentication Profile

Eliseai Authentication

Authentication

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

CompanyArtificial IntelligenceConversational AIProperty ManagementReal EstateHealthcareLeasingVoice AIAutomationCRM
Methods: openIdConnect, oauth2 Schemes: 2 OAuth flows: authorizationCode, clientCredentials, deviceCode, refreshToken, implicit API key in:

Security Schemes

OpenIDConnect openIdConnect
OAuth2 oauth2

Source

Authentication Profile

eliseai-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://login.meetelise.com/.well-known/openid-configuration
docs: https://login.meetelise.com/.well-known/openid-configuration
summary:
  types: [openIdConnect, oauth2]
  identity_provider: Auth0
  issuer: https://login.meetelise.com/
  oauth2_flows: [authorizationCode, clientCredentials, deviceCode, refreshToken, implicit]
  token_endpoint_auth: [client_secret_basic, client_secret_post, private_key_jwt, none]
  pkce: true
schemes:
- name: OpenIDConnect
  type: openIdConnect
  openIdConnectUrl: https://login.meetelise.com/.well-known/openid-configuration
  issuer: https://login.meetelise.com/
  sources: [well-known/eliseai-openid-configuration.json]
- name: OAuth2
  type: oauth2
  issuer: https://login.meetelise.com/
  endpoints:
    authorization: https://login.meetelise.com/authorize
    token: https://login.meetelise.com/oauth/token
    device_authorization: https://login.meetelise.com/oauth/device/code
    userinfo: https://login.meetelise.com/userinfo
    revocation: https://login.meetelise.com/oauth/revoke
    registration: https://login.meetelise.com/oidc/register
    jwks: https://login.meetelise.com/.well-known/jwks.json
  grant_types:
  - client_credentials
  - authorization_code
  - refresh_token
  - password
  - implicit
  - 'urn:ietf:params:oauth:grant-type:device_code'
  - 'urn:ietf:params:oauth:grant-type:token-exchange'
  code_challenge_methods: [S256, plain]
  sources: [well-known/eliseai-oauth-authorization-server.json]
notes: >-
  Derived from EliseAI's live Auth0 OIDC/OAuth 2.0 discovery documents at
  login.meetelise.com. This is the platform (app.meetelise.com) identity surface;
  EliseAI does not publish a self-serve public API with an OpenAPI spec — partner
  API/integration access is provisioned through the EliseAI developer portal.