Solaris · OAuth Scopes

Solaris OAuth Scopes

OAuth 2.0 searched

Solaris publishes 1 OAuth 2.0 scope via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Solaris API on a user’s behalf.

Tokens are issued from https://auth.solarisbank.de/oauth2/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyFintechBankingBanking as a ServiceEmbedded FinancePaymentsSEPACardsKYCLendingComplianceOAuth2WebhooksGermany
Scopes: 1 Flows: clientCredentials Method: searched

OAuth endpoints

Token URL
https://auth.solarisbank.de/oauth2/token
Flows
clientCredentials

Scopes (1)

ScopeDescriptionFlows
partners Required scope for standard partner API access. clientCredentials

Source

OAuth Scopes

solaris-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://docs.solarisgroup.com/api-reference/authentication
docs: https://docs.solarisgroup.com/api-reference/authentication
note: >-
  Solaris uses OAuth2 client-credentials with a single documented access scope
  ("partners"). Fine-grained access is not expressed as OAuth scopes but as
  per-partner "policies" granted by the Solaris Partner Manager per product and
  use case (see permissions_model in authentication/). This file records the
  one published OAuth scope; the policy-based permission grants are not
  self-service and are not enumerated in public docs.
schemes:
  - name: OAuth2
    source: https://docs.solarisgroup.com/api-reference/authentication
    flows:
      - flow: clientCredentials
        tokenUrl: https://auth.solarisbank.de/oauth2/token
scopes:
  - scope: partners
    description: Required scope for standard partner API access.
    flows: [clientCredentials]
    sources: [https://docs.solarisgroup.com/api-reference/authentication]