WealthKernel · Authentication Profile
Wealthkernel Authentication
Authentication
WealthKernel secures its API with OAuth2 client-credentials against an OpenID Connect authorization server (Duende/IdentityServer-style "/connect/token" endpoint). API clients and secrets are created and managed by Dashboard admin users under Configuration -> API clients. The client_id (client key) and client_secret are exchanged at the token endpoint for a short-lived access token, which is then sent as a Bearer token on each API request. Sandbox and production use separate authorization servers.
WealthKernel secures its APIs with oauth2 and openIdConnect across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).
CompanyInvestingWealth ManagementBrokerageCustodyFintechInvestment APIEmbedded FinanceISASIPPBanking as a ServiceUnited KingdomEurope
Methods: oauth2, openIdConnect
Schemes: 1
OAuth flows: clientCredentials
API key in:
Security Schemes
OAuth2ClientCredentials oauth2