Solaris · Authentication Profile

Solaris Authentication

Authentication

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

CompanyFintechBankingBanking as a ServiceEmbedded FinancePaymentsSEPACardsKYCLendingComplianceAuthenticationWebhookGermany
Methods: oauth2 Schemes: 1 OAuth flows: clientCredentials API key in:

Security Schemes

OAuth2 oauth2
· flows: clientCredentials

Source

Authentication Profile

solaris-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://docs.solarisgroup.com/api-reference/authentication
docs: https://docs.solarisgroup.com/api-reference/authentication
summary:
  types: [oauth2]
  oauth2_flows: [clientCredentials]
  token_type: bearer
  token_ttl_seconds: 3600
  credential_transport: http-basic-base64
schemes:
  - name: OAuth2
    type: oauth2
    description: >-
      Solaris uses OAuth2 client-credentials. Base64-encode
      "client_id:client_secret" and send it as an HTTP Basic Authorization
      header to the token endpoint with grant_type=client_credentials and
      scope=partners. The endpoint returns a short-lived (1 hour / 3600s)
      bearer access_token that must be sent as "Authorization: Bearer {token}"
      on every subsequent API request. A 401 Unauthorized indicates an expired
      or malformed token; the client must fetch a new token and retry.
    flows:
      - flow: clientCredentials
        tokenUrl_sandbox: https://auth.solaris-sandbox.de/oauth2/token
        tokenUrl_production: https://auth.solarisbank.de/oauth2/token
        grant_type: client_credentials
        scopes:
          partners: Standard API access scope required for partner API calls.
    sources: [https://docs.solarisgroup.com/api-reference/authentication]
permissions_model: >-
  Beyond the OAuth scope, per-endpoint access is governed by policies granted
  to each partner by their Solaris Partner Manager based on the products they
  implement (a token only unlocks the API actions the partner is permitted to
  use).
legacy:
  endpoint: POST /oauth/token
  status: deprecated
  note: >-
    The legacy /oauth/token endpoint (JSON client_id/client_secret body) is
    deprecated; new integrations must use the OAuth2 token endpoints above.
customer_authentication:
  - name: Device binding
    detail: Links a physical device to a customer account via SMS OTP or Activation Code (QR); prerequisite for SCA.
  - name: Strong Customer Authentication (SCA)
    detail: PSD2-mandated two-factor authorization for sensitive actions across the EEA.
  - name: 3D Secure (3DS)
    detail: Extra authentication layer for online card payments via SMS OTP or in-app notification.
  - name: PSD2 SCA flow (TPP)
    detail: Split authentication where the partner handles 1FA and Solaris handles 2FA via OTP.

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/solaris-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.