LendInvest · Authentication Profile

Lendinvest Authentication

Authentication

LendInvest declares 1 security scheme(s) across its OpenAPI definitions.

CompanyFintechLendingMortgagesProperty FinanceReal EstateFinancial ServicesUnited Kingdom
Methods: Schemes: 1 OAuth flows: API key in:

Security Schemes

openid_connect openIdConnect

Source

Authentication Profile

lendinvest-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://customerportal.lendinvest.com/.well-known/openid-configuration
docs: https://customerportal.lendinvest.com/s/
summary: >-
  LendInvest exposes no public developer API and therefore no public API authentication
  surface. The only machine-readable authentication contract on the estate is the OpenID
  Connect discovery document published by customerportal.lendinvest.com, the Salesforce
  Experience Cloud community that fronts the LendInvest broker and borrower Mortgages
  Portal. It advertises a standard Salesforce OAuth 2.0 / OIDC authorization server. The
  endpoints and capabilities below are captured verbatim from that document; they govern
  portal sign-in and any Salesforce-connected-app integration a partner is granted, not a
  public LendInvest product API.
public_api: false
schemes:
- name: openid_connect
  type: openIdConnect
  issuer: https://customerportal.lendinvest.com
  discovery_url: https://customerportal.lendinvest.com/.well-known/openid-configuration
  platform: Salesforce Experience Cloud
  endpoints:
    authorization: https://customerportal.lendinvest.com/services/oauth2/authorize
    token: https://customerportal.lendinvest.com/services/oauth2/token
    userinfo: https://customerportal.lendinvest.com/services/oauth2/userinfo
    revocation: https://customerportal.lendinvest.com/services/oauth2/revoke
    introspection: https://customerportal.lendinvest.com/services/oauth2/introspect
    registration: https://customerportal.lendinvest.com/services/oauth2/register
    end_session: https://customerportal.lendinvest.com/services/auth/idp/oidc/logout
    jwks: https://customerportal.lendinvest.com/id/keys
  response_types_supported:
  - code
  - token
  - token id_token
  token_endpoint_auth_methods_supported:
  - client_secret_post
  - client_secret_basic
  - private_key_jwt
  id_token_signing_alg_values_supported:
  - RS256
  subject_types_supported:
  - public
  dynamic_client_registration: true
  frontchannel_logout_supported: true
  refresh_tokens: true
  claims_supported:
  - sub
  - user_id
  - organization_id
  - user_type
  - name
  - given_name
  - family_name
  - preferred_username
  - nickname
  - email
  - email_verified
  - phone_number
  - phone_number_verified
  - address
  - profile
  - picture
  - photos
  - urls
  - locale
  - language
  - zoneinfo
  - updated_at
  - is_app_installed
  - active
scopes_artifact: scopes/lendinvest-scopes.yml
related:
  well_known: well-known/lendinvest-well-known.yml
  conformance: conformance/lendinvest-conformance.yml
  domain_security: security/lendinvest-domain-security.yml